Vidyalelo
C Programming · Q112

File Input Output

Programming · C Programming · question 112

Q112

What does the following C code snippet mean? char *gets(char *s)

A.
reads the next input line into the array s
Answer
B.
writes the line into the array s
C.
reads the next input character into the array s
D.
write a character into the array

Answer: Option A

Solution

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