What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9628Post New C++ General Questions
Can we get the value of ios format flags?
Explain the concept of friend function in c++?
What are punctuators in c++?
How do c++ struct differs from the c++ class?
What does new return if there is insufficient memory to make your new object?
Please explain class & object in c++?
Why is standard template library used?
How is objective c different from c++?
Explain class invariant.
What is a storage class? Mention the storage classes in c++.
What is a literal in c++?
What is format for defining a structure?
How do you generate a random number in c++?
When should you use global variables?
What is an inline function in c++?