STL (140)
OOPS (873)
C++ General (2409)
What is a driver program?
Write a program that ask for user input from 5 to 9 then calculate the average
What is a standard template library (stl)? What are the various types of stl containers?
What do you mean by funtion prototype?
What is c++ iterator?
Is c++ pass by reference or value?
Is there a c++ certification?
What is #include iostream h in c++?
Explain virtual class?
Explain container class.
What do nonglobal variables default to a) auto b) register c) static
What is purpose of new operator?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is a pointer with example?
How to call a non virtual function in the derived class by using base class pointer