C++ MQCs with Explanation ( STANDARD TEMPLATE LIBRARY)

In associative containers

  1. elements are stored sequentially
  2. keys are used to access elements
  3. random access is very fast
  4. sort ( ) algorithm is used to sort the elements



Answer: 
Option b: keys are used to access elements

Explanation Here

Post a Comment

0 Comments