Write my own zero-argument manipulator that should work same as hex?
What does new return if there is insufficient memory to make your new object?
What is prototype for that c string function?
What is difference between malloc()/free() and new/delete?
What is the first name of c++?
What are the advantages of prototyping?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What are the five basic elements of a c++ program?
What is the difference between the indirection operator and the address of oper-ator?
What is the use of main function in c++?
What is pair in c++?
Explain some examples of operator overloading?
What is singleton class in c++?
Write a C++ Program to check whether a number is prime number or not?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?