Home » C Programming » Input & Output » Question
  1. gets() does the following when it reads from stdin.
    1. Deletes the terminating ‘n’
    2. Nothing
    3. Deletes the ‘t’
    4. Puts adds it.
    5. None of these
Correct Option: A

Deletes the terminating ‘n’



Your comments will be displayed only after manual approval.