Difference between delete and delete[]?
Answer Posted / namitha
delete is a function used to deallocate the storage space.
delete[] is a function used to deallocate the storage space
of an array.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What size is allocated to the union variable?
What is the first name of c++?
Explain shallow copy?
Is rust better than c++?
What is the difference between public, private, and protected access?
What is the best way to take screenshots of a window with c++ in windows?
Explain rethrowing exceptions with an example?
How is modularity introduced in C++?
What is a literal in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
Can you Mention some Application of C/C++?
What is setw manipulator in c++?
What is c++ in english?
What are the 3 levels of programming languages?
What is the difference between global variables and local variable