(Choose 1 answer)
What does the gets() function do?
A. This function fetches a string from the standard input stdin (keyboard) and places it into a string which the programmer must provide.
B. This function fetches a single character from the standard input file
C. This function fetches an argument from the standard input file
Exit (18