What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9520Post New C++ General Questions
What is virtual destructor ans explain its use?
What is encapsulation in c++?
What is a breakpoint?
Why we use #include iostream in c++?
Write a program to find the Fibonacci series recursively.
Explain container class.
Can we declare a base-class destructor as virtual?
What is difference between malloc()/free() and new/delete?
What is a dynamic binding in c++?
What is the keyword auto for?
What is function prototyping? What are its advantages?
What is difference between class and function?
Can we make copy constructor private in c++?
What is c++ & why it is used?
Is std :: string immutable?