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

Verified
Correct Answer:
Verified
Related Questions
Q4: When the final value of an expression
Q5: What is true about the following statement?<br>cout
Q6: Which of the following statements will allow
Q7: Which statement is equivalent to the following?<br>Number
Q8: When a user types values at the
Q10: When C++ is working with an operator,
Q11: Arithmetic operators that share the same precedence
Q12: Which statement is equivalent to the following?<br>Number
Q13: What is the value of average after
Q14: When a variable is assigned a number