Q908
What is the syntax of declaraing a forward_list?
A.
forward_list f;
B.
forward_list<type> f;
AnswerC.
forward_list f<type>;
D.
forward_list<type,size> f;
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board