Physics, asked by PARRY60421, 11 months ago

Explain getc( ) and putc ( ) functions in file handling.

Answers

Answered by MimiSpark
0

Hope it helped you please mark me as a brainlist.

getc and putc are the character oriented input and output functions and they are used for input and output operations from a stream. getc is used to read a character from a stream and advances the stream file pointer to next character in the input stream. putc is used to output a character on the output stream.

Don't forget to follow me and mark me as a brainlist

Similar questions