C++ MQCs with Explanation ( STANDARD TEMPLATE LIBRARY)

A list container

  1. permits the use of bidirectional iterators
  2. supports only forward iterator
  3. supports only input iterator
  4. allows random access



Answer: 
Option a: permits the use of bidirectional iterators

Explanation Here

Post a Comment

0 Comments