Q112
What does the following C code snippet mean? char *gets(char *s)
A.
reads the next input line into the array s
AnswerB.
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