STL (140)
OOPS (873)
C++ General (2409) Explain function prototypes in C++.
If I is an integer variable, which is faster ++i or i++?
List the merits and demerits of declaring a nested class in C++?
What is object oriented programming (oop)?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is encapsulation in C++? Give an example.
Does c++ have string data type?
Who calls main function?
Is c++ a software?
What is the difference between a constructor and a destructor?
Is c++ an oop?
What is the difference between strcpy() and strncpy()?
What is a standard template library (stl)?
What does new return if there is insufficient memory to make your new object?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?