Home » C Programming » Input & Output » Question
  1. what is the return value of fputs()?
    1. Non-negative if no error
    2. EOF if an error occurs
    3. Non-negative if no error & EOF if an error occurs
    4. char *fgets
    5. None of these
Correct Option: C

Non-negative if no error & EOF if an error occurs



Your comments will be displayed only after manual approval.