Explain queue. How it can be implemented?
No Answer is Posted For this Question
Be the First to Post Answer
How long will it take to learn programming?
What is general form of pure virtual function? Explain?
When does a 'this' pointer get created?
What is rtti in c++?
What are virtual constructors/destructors?
How to change constant values?
What are c++ storage classes?
What is a storage class?
What is an iterator class in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
Is c++ a dying language?