Solved

Which of the Following Statements Will Read an Entire Line

Question 9

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:

verifed

Verified

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

Related Questions