C/C++ developers must do their own memory management using the standard APIs malloc(), alloc(), realloc(), free(), new() and ____.

A. delete()
B. remove()
C. revoke()
D. erase()


Answer: A

Computer Science & Information Technology

You might also like to view...

A(n) ________ operating system can adapt well to new technologies and can be modified to perform tasks beyond its original design; a(n) ________ operating system is designed to operate on many hardware configurations.

a) robust, portable b) extensible, portable c) scalable, extensible d) extensible, robust

Computer Science & Information Technology

If the Remote Server Administration Tools are not already installed, what are the general steps to install it?

What will be an ideal response?

Computer Science & Information Technology

The _______________ style is a classic news writing style that places a summary first, followed by details, and then any background information

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

Computer Science & Information Technology

Which of the following code samples transforms the case of an

element to uppercase?

A. h1 {text-transform: uppercase;} B. h1 {text-transform: to-upper;} C. text-transform {h1: uppercase;} D. upper {text-transform: h1;}

Computer Science & Information Technology