1.

Which operator can be used to free the memory allocated for an object in C++?

A. Free()
B. delete
C. Unallocate
D. Collect
Answer» C. Unallocate


Discussion

No Comment Found