Unit 3 Input and Output
Unit 3 Input and Output
Functions (2 Hrs)
Contents of the unit
• Conversion Specifiers: IO functions: formatted and Unformatted
I/O(scanf, printf, getchar, putchar, getch, getche, gets, puts, putch,
getc , putc )
Introduction
• One of the essential operations performed in a C language programs is
to provide input values to the programs and output the data produced
by the program to a standard output device.