Multiple Choice
Any address returned by ____ can be used subsequently by ____ to restore reserved memory back to the computer
A) new , delete
B) delete , new
C) * , reset
D) peek , poke
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: When constructing references, the reference should be
Q13: Reference variables are available in C++.
Q14: The 1 in the expression *(gPtr +
Q15: Addresses cannot be incremented or decremented.
Q16: When used in a nondeclarative statement, the
Q18: To use a stored address, C++ provides
Q19: The use of a pointer requires the
Q20: When used in declaring reference arguments, the
Q21: The advantage of using pointers rather than
Q22: Pointers to functions are possible because function