The ____________________ statement restores an allocated block of storage back to the free storage area (the heap) while a program is running.
Fill in the blank(s) with the appropriate word(s).
delete[]
delete
Computer Science & Information Technology
You might also like to view...
Public procedures use internal memory more efficiently and release storage space more quickly than private procedures.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Name five keywords in C++.
What will be an ideal response?
Computer Science & Information Technology
What does the int function attempt to do in the following code?
value = input('Enter an integer: ') value = int(value)a. Convert an integer to a string. b. Convert a string to an integer. c. Convert a non-object to an object. d. None of the above.
Computer Science & Information Technology
An SQL ________ defines the purpose and the structure of an SQL statement
Fill in the blank(s) with correct word
Computer Science & Information Technology