Which of the following function is more appropriate for reading in a multi-word string?
Answer: C
The C library function gets() reads a line from stdin and stores it into the string pointed to by str.