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
Q2: To use the rand()function, you must #include
Q3: The total number of digits that appear
Q4: When this operator is used with string
Q6: What is the value of number after
Q7: In any program that uses the cin
Q8: This manipulator is used to establish a
Q9: The _ causes a program to wait
Q10: The function, pow(x, 5.0), requires this header
Q11: You want the user to enter the
Q22: _ reads a line of input, including