Computer Science, asked by vimalkumarm21, 10 months ago

how many parameters are there in getline function​

Answers

Answered by TheAbhishekVerma
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 Kannan0017
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