Multiple Choice
The ____ function reads a line of text at the address represented by the first argument to the function until it reaches either the length used as the second argument or the character used as the third argument.
A) open()
B) ignore()
C) get()
D) getline()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: _ I/O is unformatted; that is, bytes
Q43: The _ is a key combination that
Q44: A _ represents one piece of data,
Q45: A _ consists of a number of
Q46: Match each term with the correct statement
Q48: The _ manipulator displays values in octal
Q49: Match each term with the correct statement
Q50: A(n) _ character separates data fields.
Q51: The cin.get() statement can retrieve any character,
Q52: How is a file closed in C++?