1.

Which operator is used to deallocate the memory?(a) destroy(b) free(c) empty(d) insertThis question was posed to me in an online interview.I want to ask this question from Allocators topic in chapter Algorithms, Objects & Iterators in C++ of C++

Answer»

Right ANSWER is (B) FREE

The best I can explain: free operator is used to deallocate the MEMORY.



Discussion

No Comment Found

Related InterviewSolutions