Multiple Choice
Which statement will read an entire line of input into the following string object? string address;
A) cin << address;
B) cin address;
C) getline(cin, address) ;
D) cin.get(address) ;
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The _ causes a program to wait
Q15: When a variable is assigned a number
Q16: When the fixed manipulator is used, the
Q22: _ reads a line of input, including
Q25: The total number of digits that appear
Q27: What will the value of x be
Q29: The _ operator always follows the cin
Q30: Which line in the following program
Q33: In the following C++ statement, what will
Q41: This manipulator causes the field to be