It is a good practice to restore allocated storage back to the heap by using ____ when the memory is no longer needed.

A. cleanup
B. new
C. delete
D. restore


Answer: C

Computer Science & Information Technology

You might also like to view...

In this while loop statement, while(counter < 10) the variable counter is an int. Which statement below is an equivalent way to write this while statement?

A. while(10 > counter) B. while( counter <= 9) C. while(9 > counter) D. A and B are correct

Computer Science & Information Technology

Data macros that occur after changes to a table have been successfully made are ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

To hide a slide, you click the Hide Slide button in the:

A) Set Up group on the Format tab. B) Set Up group on the Slide Show tab. C) Links group on the Slide Show tab. D) Links group on the Format tab.

Computer Science & Information Technology

It is possible to expand or collapse just a single slide within a presentation while in Outline view

Indicate whether the statement is true or false

Computer Science & Information Technology