STL Day Two

1234567891011
Across
  1. 3. How does a sequence of objects are accessed in STL?
  2. 5. Allocators are implemented in C++ ____________ library.
  3. 6. Which operator is used to deallocate the memory?
  4. 8. Which pointer can serve as random-access iterator?
  5. 11. What type of Arrays associate containers used to implement?
Down
  1. 1. How many instance are allowed by map and set while inserting an element into container?
  2. 2. What type of iterators maps and sets support?
  3. 4. Allocators are used for C++ __________ library.
  4. 7. What is the header class used for declaring the standard library algorithms?
  5. 9. In which type of semantics does c++ implements iterator?
  6. 10. The elements in the associate container can be efficiently accessed using?