ANSWERS: 1
  • printf is for formatted output to the standard output file descriptor. scanf reads formatted input from the standard input file descriptor. fprintf writes formatted output to a specific given file descriptor. If you have a more specific question, please ask it separately.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy