Input/output operation in C
 

  • The C standard library contains functions to support writing C programs:

      • Mathematical functions
      • Input/output processing
      • Memory management
      • etc., etc.

  • Input support:

      • The scanf( ) function in the C standard library provide input support for data entry (conversion !) using the keyboard

  • Output support:

      • The printf( ) function in the C standard library provide output support for data output (conversion !) to the terminal