Multiple Choice
The ____ operator frees previously allocated memory.
A) deallocate
B) delete
C) --
D) -=
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Distinguish between the terms overloading and polymorphism.
Q7: Match each term with the correct statement
Q8: Can operators be overloaded for the C++
Q9: Write a destructor for the following class:
Q10: When you overload the operator[]() function for
Q12: Which of the following operators has a
Q13: To use the applyTransaction() function as a
Q14: The operator function overloads the _ operator.<br>A)
Q15: Match each term with the correct statement
Q16: Match each term with the correct statement