-->

Predict the output:

int x = 786;

cout << setfill(‘*’) << setw(6) << x;



a. 786***

b. **786

c. ***786

d. ******










ANSWER: ***786