The C++ ____ operator releases a block of bytes reserved previously.
a. free
b. delete
c. return
d. dealloc
b. delete
Computer Science & Information Technology
You might also like to view...
Which of the following cannot be used to store a sequence of characters?
a) String b) StringBuilder c) Regex d) An array of Chars e) None of the above.
Computer Science & Information Technology
When specifying how File History keeps copies of your files, by default it keeps saved versions ________
a. 6 months b. 1 year c. Until space is needed d. Forever
Computer Science & Information Technology
In quicksort, the list is partitioned in such a way that combining the sorted lowerSublist and upperSublist is trivial.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A Terabyte is the same as which of the following values?
A. 10,000 GB B. .1 PB C. 1,000,000 MB D. 100 GB
Computer Science & Information Technology