1.

Which header file is used to manipulate the allocater?(a) allocater(b) memory(c) object(d) iteratorThis question was posed to me during a job interview.My enquiry is from Allocators topic in division Algorithms, Objects & Iterators in C++ of C++

Answer»

The CORRECT option is (b) memory

Best explanation: Because all the memory ALLOCATION and deallocation LIBRARIES are DECLARED in .



Discussion

No Comment Found

Related InterviewSolutions