Formatted Input and Output in C
Formatted Input and Output in C
OUTPUT IN C
ATUL MALHOTRA
CSE/10/409
INPUT AND OUTPUT
• INPUT:
Input is the process of entering the data into
computers memory
• OUTPUT:
Output is a process of translating data that are in
machine-readable form into a form understandable
by humans or readable by other machines.
I/O FUNCTIONS
• FORMATTED I/O
printf() and scanf()
• CHARACTER I/O
getchar() & putchar()
• STRING I/O
gets() and puts()