Question: c++ delete: (a) Removes variables from the stack (b) Removes variables from the heap (c) Frees memory for future variables (d) Can be used on
c++
delete:
(a) Removes variables from the stack
(b) Removes variables from the heap
(c) Frees memory for future variables
(d) Can be used on variables other than those that have been new-ed
(e) Only 2 of the above
(f) 3 of the above
(g) All of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
