Page 1 of 1

What is the syntax of declaraing a forward_list?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) forward_list f;
b) forward_list<type> f;
c) forward_list f<type>;
d) forward_list<type,size> f;