What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9627Post New C++ General Questions
Where is atoi defined?
What is a stack? How it can be implemented?
What is the real purpose of class – to export data?
Write a program to interchange 2 variables without using the third one.
What is format for defining a structure?
What are the uses of static class data?
What do manipulators do?
Do you know about C++ 11 standard?
Is c or c++ more useful?
Is set c++?
Explain linked list using c++ with an example?
What is the difference between structures and unions?
Explain the difference between c++ and java.
Incase of a function declaration, what is extern means?
Write about the use of the virtual destructor?