what are the importance of delete operator in c++ ?
Answers
Answered by
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
Environmental Sciences,
8 hours ago
Environmental Sciences,
8 hours ago
Social Sciences,
16 hours ago
English,
16 hours ago
Math,
8 months ago
Math,
8 months ago
Science,
8 months ago