InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is more appropriate for reading in a multi-word string? |
|
Answer» ong>Answer: The function gets is used for collecting a string of characters TERMINATED by new line from the STANDARD input stream STDIN. Therefore gets is more APPROPRIATE for reading a multi-word strings. I hope this answer will help you |
|