how many parameters are there in getline function
Answers
Answered by
1
Answer:There are two or three parameters
Explanation:
They are a pointer to an array of characters and maximum number of characters and an optional delimiter.
Answered by
0
Answer:
2/3.
Explanation:
getline (string) in C++ The C++ getline() is a standard library function that is used to read a string or a line from an input stream.
Similar questions