Home » C Programming » Input & Output » Question
  1. What is the return value of putchar()?
    1. EOF if an error occurs
    2. The character written
    3. Both EOF if an error occurs & character written
    4. Nothing
    5. None of these
Correct Option: C

Both EOF if an error occurs & character written



Your comments will be displayed only after manual approval.