Computer Science, asked by kalepratham03142, 8 months ago

3. what is the use of the getine function?​

Answers

Answered by arvindkakade
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 Anonymous
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