Types of I/O in C

There are numerous library functions available for I/O. These can be classified into three broad categories:

(a)Console I/O functionsFunctions to receive input
from keyboard and write
output to VDU
(b)File I/O functionsFunctions to perform I/O
operations on a floppy disk or
hard disk.
Types of I/O in C

Leave a Comment