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
C) point to storage allocated by the new operator.
Computer Science & Information Technology
You might also like to view...
The __________, also known as the address operator, returns the memory address of a variable.
a. asterisk (* ) b. ampersand ( & ) c. percent sign ( % ) d. exclamation point ( ! ) e. None of these
Computer Science & Information Technology
The most important operation performed on a list is the ____.
A. search algorithm B. insert algorithm C. deletion algorithm D. allocation or initialization algorithm
Computer Science & Information Technology