1.

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;
Answer» C. forward_list f<type>;


Discussion

No Comment Found