Home » C++ Programming » Questions and Answers » Question
  1. What kind of iteration does forward_list provide in C++?
    1. Bi-directional
    2. Multi-directional
    3. Uni-directional
    4. All of above
    5. None of these
Correct Option: C

In the forward_list, the container provides insertion and removal at anywhere in the program.



Your comments will be displayed only after manual approval.