in c printf() returns what [closed]

printf returns:

  • On success, the total number of
    characters
    written.
  • On failure, a negative number.

Leave a Comment