A
Q. Predict the output:
Code:
int x = 786;
cout << setfill(‘*’) << setw(6) << x;
cout << setfill(‘*’) << setw(6) << x;
- Correct Answer - Option(C)
- Views: 17
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.