What will be the output of following statement cout setfill 0-03277
What will be the output of following statement?<br>cout << setfill(0) << setw(7) << 128
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.19.
What will be the output of following statement?
cout << setfill(0) << setw(7) << 128
cout << setfill(0) << setw(7) << 128
128
128128
1280000
12800