Solved

Which of the Following Will Allow an Entire Line of Text

Question 7

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) cin.get()
B) getline()
C) cin.ignore()
D) cin >>
E) both A and B, but not C or D.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions