What is the syntax of declaraing a forward_list?

a) forward_list f;
b) forward_list<type> f;
c) forward_list f<type>;
d) forward_list<type,size> f;

1 thought on “ What is the syntax of declaraing a forward_list?”

Leave a Comment