What is the syntax of declaraing a forward_list?
Posted: Wed Jul 13, 2022 7:53 pm
a) forward_list f;
b) forward_list<type> f;
c) forward_list f<type>;
d) forward_list<type,size> f;
b) forward_list<type> f;
c) forward_list f<type>;
d) forward_list<type,size> f;