Solved

Which of the Following Would Correctly Read an Entire Line

Question 6

Multiple Choice

Which of the following would correctly read an entire line from an input file stream named fin into a string variable named line.


A) getlinefin, line) ;
B) fin.getlineline) ;
C) fin.getlineline,'\n\') ;
D) fin.getlineline,80) ;

Correct Answer:

verifed

Verified

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

Related Questions