1.

What does the following C code snippet mean?

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


Discussion

No Comment Found