STL (140)
OOPS (873)
C++ General (2409)
What is inheritance in simple words?
What are c++ manipulators?
Distinguish between new and malloc and delete and free().
What is the important feature of inheritance?
Can you pass a vector to a function?
What is the output of the following program? Why?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
How do you flush a buffer in c++?
Write a program to sort the number with different sorts in one program ??
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
If dog is a friend of boy, is boy a friend of dog?
What is iterator in c++?
What does asterisk mean in c++?
Where Malloc(), Calloc(), and realloc() does get memory?
What is the difference between #define debug 0 and #undef debug?