Multiple Choice
What is the output of the following statements?
cout << setfill('*') ;
Cout << "12345678901234567890" << endl
Cout << setw(5) << "18" << setw(7) << "Happy"
<< setw(8) << "Sleepy" << endl;
A) 12345678901234567890
***18 Happy Sleepy
B) 12345678901234567890
***18**Happy**Sleepy
C) 12345678901234567890
***18**Happy Sleepy
D) 12345678901234567890
***18**Happy Sleepy**
Correct Answer:

Verified
Correct Answer:
Verified
Q5: When you want to process only partial
Q18: In the statement cin >> x;, x
Q20: C++ has a special name for the
Q24: In an output statement, each occurrence of
Q25: cin is called a(n)_ object.
Q28: You can disable the manipulator left by
Q29: Suppose that ch1,ch2,and ch3 are variables of
Q31: Suppose that alpha,beta,and gamma are int variables
Q32: Suppose that alpha is an int variable
Q34: The stream function _ lets you put