Home » C Programming » Input & Output » Question
  1. puts() does the following when it writes to stdout.
    1. Adds ‘n’ to the line written
    2. Deletes the terminating ‘n’
    3. Adds ‘t’ to the line written
    4. Deletes everything
    5. None of these
Correct Option: A

Adds ‘n’ to the line written



Your comments will be displayed only after manual approval.