STL (140)
OOPS (873)
C++ General (2409)
What is c++ and its uses?
What is an advantage of polymorphism?
Why are pointers not used in c++?
What is the purpose of ios::basefield in the following statement?
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
What is the difference between while and do while loop? Explain with examples.
Explain about vectors in c ++?
What are friend functions in C++?
What is the use of endl?
What is the difference between encapsulation and polymorphism?
What is the difference between the parameter to a template and the parameter to a function?
What do you mean by abstraction?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is a null object in c++?
Define a pdb file.