Multiple Choice
The delete operator should only be used on pointers that
A) have not yet been used.
B) have been correctly initialized.
C) point to storage allocated by the new operator.
D) are appropriately dereferenced.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: It is possible for a structure to
Q33: When the _ is placed in front
Q35: The _, also known as the address
Q36: The statement cout << &num1; will output<br>A)
Q37: If a variable occupies more than one
Q37: It is legal to subtract a pointer
Q38: Dynamic memory allocation occurs<br>A) when a variable
Q41: A pointer variable is designed to store<br>A)
Q42: Any arithmetic operation may be performed on
Q43: A pointer with the value 0 (zero)