Output Statments

Output Statments

Output means to display data on screen or write the data to a printer or a file.
There are multiple output statment in c programming like
  1. printf()
  2. puts()
  3. putchar()

Comments