STL (140)
OOPS (873)
C++ General (2409)
Why ctype h is used in c++?
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
Which is better struts or spring?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is c++ mutable?
Show the declaration for a static member variable.
When to use “const” reference arguments in a function?
Do class declarations end with a semicolon?
What is object-oriented programming? Webopedia definition
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is a flag in c++?
Explain how overloading takes place in c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the full form of stl in c++?