Multiple Choice
The ____ function continuously accepts and stores the characters typed at the terminal into the character array passed as an argument.
A) gets()
B) puts()
C) getchar()
D) putchar()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: The NULL statement is '\0';.
Q17: The getchar() and putchar() functions deal with
Q18: The char[] itoa(string) function converts an integer
Q19: _ is an example of a string.<br>A)'a'<br>B){'s',
Q20: Both '\n' and "\n" are recognized by
Q22: The statement _ is a direct replacement
Q23: Trying to enter the characters This is
Q24: Line 5 in the function below can
Q25: Programs that use the isalpha() routine must
Q26: In C, a string is stored as