What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9758Post New C++ General Questions
Explain how an exception handler is defined and invoked in a Program.
What is meant by const_cast?
What is setbase c++?
What is function prototyping? What are its advantages?
What is the use of register keyword with the variables?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is c++ similar to?
What are register variables?
What is null pointer and void pointer?
What is setw manipulator in c++?
What language is a dll written in?
What is std :: endl?
What are namespaces in c++?
what you know about c++?
Explain Text Manipulation Routines?