3. what is the use of the getine function?
Answers
Answered by
1
The C++ getline() is a standard library function that is used to read a string or a line from an input stream. It is a part of the header. The getline() function extracts characters from the input stream and appends it to the string object until the delimiting character is encountered.
Answered by
1
Answer:
The C++ getline() is a standard library function that is used to read a string or a line from an input stream. It is a part of the <string> header. The getline() function extracts characters from the input stream and appends it to the string object until the delimiting character is encountered.
Similar questions
English,
7 months ago
Social Sciences,
7 months ago
Accountancy,
1 year ago
Chemistry,
1 year ago
Math,
1 year ago