Vidyalelo
C Programming · Q169

File Input Output

Programming · C Programming · question 169

Q169

gets() does the following when it reads from stdin.

A.
Deletes the 't'
B.
Puts adds it.
C.
Deletes the terminating 'n'
Answer
D.
Nothing

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board