Computer Science, asked by padhypriya123, 1 year ago

write function of getc()and putc()​

Answers

Answered by smartsmarty120
1

Answer:

putc function : is used to display a character on standard output or is used to write into a file. In a C program, we can use putc as below.

getc functions : is used to read a character from a file. In a C program, we read a character as below.

Similar questions