Question: The stream.getline ( char array [ ] , int size, char delimitChar ) function reads data to array. It stops reading characters when the delimiter
The stream.getlinechar array int size, char delimitChar function reads data to array. It stops reading characters when the delimiter character or endoffile mark is encountered, or when the size number of characters are read.
The stream.getline function returns a string
The stream.putch function writes one character.
The stream.get function reads one character.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
