Multiple Choice
Which of the following will allow an entire line of text to be read into a string object, even if it contains embedded blanks?
A) getline()
B) cin >>
C) cin.get()
D) cin.ignore()
E) both A and B, but not C or D.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The cin object lets the user enter
Q9: When an operator's operands are of different
Q10: When a C++ expression is evaluated, binary
Q11: What does the following C++ expression evaluate
Q12: The following C++ statement will assign 1.5
Q14: In C++, the 5 basic arithmetic operators
Q15: In C++, a value can be raised
Q16: The following pair of C++ statements is
Q17: The cin object can be used to
Q18: To use the sqrt() function, or other