STL (140)
OOPS (873)
C++ General (2409)
What is the use of typedef?
What is a constant? Explain with an example.
What is polymorphism what is it for and how is it used?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the difference between the functions rand(), random(), srand() and randomize()?
Why do we need runtime polymorphism in c++?
What is function overloading c++?
What is the type of 'this' pointer? When does it get created?
Define friend function.
Why do we use double in c++?
Explain the concepts involved in Object Oriented programming.
What is fixed in c++?
What causes polymorphism?
Explain what happens when an exception is thrown in C++.
What are the sizes and ranges of the basic c++ data types?