What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9626Post New C++ General Questions
Describe the role of the c++ in the tradeoff of safety vs. Usability?
When can I use a forward declaration?
How many types of modularization are there in c++?
What is guard code in c++?
What is the main purpose of c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is wrapper class in c++?
What is a list c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Will c++ be replaced?
Explain function overloading and operator overloading.
What are the comments in c++?
What is do..while loops structure?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
what you know about c++?