Solved

Which Statement Will Read an Entire Line of Input into the Following

Question 5

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:

verifed

Verified

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

Related Questions