What is the use of object in c++?
What is the use of cmath in c++?
What are keywords in c++?
how to connect with oracle 9i with server in socket program in c/c++
What are advantages of using friend classes?
What do you mean by vtable and vptr in c++?
Is c++ a high level language?
What is c strings syntax?
is throwing exception from a constructor not a good practice ?
What do you mean by function pointer?
What are the basics of local (auto) objects?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
write infinite loop in C++ which does not use any variable or constant?