Multiple Choice
How many characters will the following statement read into the variable myString?
Cin >> setw(10) >> myString;
A) 9
B) 10
C) 11
D) however many characters are in myString
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: Which of the following statements will pause
Q31: When C++ is working with an operator,
Q32: Which of the following will allow the
Q33: Which of the following functions will return
Q34: The cin << statement will stop reading
Q36: In the following statement, what will be
Q37: The following statement will output $5.00 to
Q38: To use the rand()function, you must include
Q39: Which line in the following program
Q40: The _ operator always follows the cin