Q23
What is the purpose of the 'delete' keyword in C++?
A.
Deletes a variable
B.
Deletes a pointer
C.
Deallocates memory dynamically
AnswerD.
Deallocates memory statically
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board