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...

Which of the following is not a rule that must be followed when naming identifiers?

a. The first character must be one of the letters a-z, A-Z, and underscore or a dollar sign. b. Identifiers can contain spaces. c. Uppercase and lowercase characters are distinct. d. After the first character, you may use the letters a-z, A-Z, the underscore, a dollar sign, or digits 0-9.

Computer Science & Information Technology

In the traditional ____________________ orientation, the page is taller than it is wide.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ Web App gives every member of the team the option to review notes and specifications written by other team members

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a presentation is viewed as a slide show, the entire slide fills the screen

Indicate whether the statement is true or false

Computer Science & Information Technology