a) f.assign({1,2,3,4,5})
b) f.assign(10,5)
c) both f.assign({1,2,3,4,5}) and f.assign(10,5)
d) f.assign(1,1,1,1)
Which of the following(s) is/are the correct way of assigning values to a forward_list f?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following(s) is/are the correct way of assigning values to a forward_list f?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!