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:

Verified
Correct Answer:
Verified
Related Questions
Q1: Using the resize member function alone, you
Q2: If a vector named numbers has 20
Q3: Vectors can have any type as the
Q4: What is the c-string function to determine
Q5: You can explicitly use the vector member
Q7: Using the [i] on a string variable
Q8: What is the difference between strcmp and
Q9: A character array terminated with the null
Q10: What is the value of numbers.size) after
Q11: What is the code to print out