Computer Science, asked by vivek20adhikari, 16 hours ago

what are the importance of delete operator in c++ ? ​

Answers

Answered by snowballpower4487
1

Answer:

delete keyword in C++

Delete is an operator that is used to destroy array and non-array(pointer) objects which are created by new expression. New operator is used for dynamic memory allocation which puts variables on heap memory.

Explanation:

please mark an brainliest

Similar questions