Multiple Choice
The ____ operator restores a block of storage to the computer at runtime.
A) delete
B) malloc
C) new
D) alloc
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: As with all external and static variables,
Q18: When working with linked lists, records are
Q19: Structure data items or fields are called
Q20: Each structure member is accessed by giving
Q21: In practice, most structure handling functions get
Q23: Structure _ can be any valid C++
Q24: By convention, the first letter of a
Q25: A(n) _ is a data type that
Q26: A structure is a(n) _ data structure,
Q27: Assuming Employee is an already declared structure,