Printf() function
Printf() function Printf() function was display output value on print screen. We can use printf() function as display value or display t...
Printf() function Printf() function was display output value on print screen. We can use printf() function as display value or display t...
scanf() Function scanf() function is used to get the value from print screen. Every function has return some value after execution of ...
getchar() and putchar() Syntax Getchar() variable = getchar("characters"); example: C = getchar(...
getc() and putc() Syntax Getc() variable = getc("characters"); example: C = getc("C"); C is t...
Input Output function Every programming language has input output function for executing program. C has some predefined input output fu...