Using Input and Output Functions - I

 The C environment assumes that the standard input devices as (keyboard), the standard output device (VDU) are always linked to the environment. For standard I/O operations C environment uses stdin, stdout, and stderr as references for accessing the devices.

 

  • Character based Input Output Functions

Example 1


Example 2

Comments