What kind of iteration does forward_list provide in C++?
(a) Uni-directional
(b) Bi-directional
(c) Multi-directional
(d) Bi-directional & Multi-directional
I have been asked this question in exam.
I would like to ask this question from Sequences and Containers topic in chapter Algorithms, Objects & Iterators in C++ of C++