Home C-plus-plus C++ Predict the output: int x = 786;cout << setfill(‘*’) << setw(6) << x;a. 786***b. **786c. ***786d. ******ANSWER: ***786
Post a Comment