STL (140)
OOPS (873)
C++ General (2409) Write about the scope resolution operator?
Can c++ do everything c can?
what is data abstraction in C++?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
What is prototype for that c string function?
What does new do in c++?
What are c++ data types?
How do you print a string on the printer?
What is constructor in oop?
What is object and class in oops?
Explain the pure virtual functions?
What is the use of main function in c++?
What are the five basic elements of a c++ program?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard