Any time you use the new operator, it is good practice to

A) use delete afterwards to free the memory allocated by new.
B) use a preprocessor directive.
C) clear the data from the old operator
D) All of the above
E) None of the above

A) use delete afterwards to free the memory allocated by new.

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a note that an author or reviewer adds to a document for review purposes

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a program such as the day/time program, the ____ is responsible for informing the user that it has started.

A. client B. server C. port D. socket

Computer Science & Information Technology