Getting Knowledge about input output is the most basic
process to start learning any programming language. In C all available function
reside in library file whose extension is .h
Stdio.h is header file which has most of the input output
related function.I am going to show you most frequently useful function.