1.

Function can be used to read two words at a time​

Answer» ONG>Answer:

Which of the function is more appropriate for READING a multi-word string?

Explanation: 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 string.



Discussion

No Comment Found