InterviewSolution
Saved Bookmarks
| 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 |
|