C C++

C Output


The C programming language offers built-in functions for output operations, which are used to display data on the user screen (output screen), a printer, or a file.

The following output functions are provided by the C programming language:

  1. printf()
  2. putchar()
  3. puts()
  4. fprintf()