Question: The stream.getline ( char array [ ] , int size, char delimitChar ) function reads data to array. It stops reading characters when the delimiter

The stream.getline(char array[], int size, char delimitChar) function reads data to array. It stops reading characters when the delimiter character or end-of-file mark is encountered, or when the size -1 number of characters are read.
The stream.getline() function returns a string
The stream.put(ch) function writes one character.
The stream.get() function reads one character.
The stream.getline ( char array [ ] , int size,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!