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

Verified
Correct Answer:
Verified
Related Questions
Q2: To dereference a structure pointer and simultaneously
Q3: You may use the type pointer to
Q5: The expression s->m has the same meaning
Q7: A reason for passing a pointer to
Q8: If dynamically allocated memory is not freed,<br>A)a
Q10: It is possible for a structure to
Q10: If a variable occupies more than one
Q17: The expression *s->p; is only meaningful if
Q43: A pointer with the value 0 (zero)
Q52: Memory cannot be allocated after a program