3.6 What is the return type of scanf function?
Answers
Answered by
1
Explanation:
The scanf() function is used for obtaining the input from the user. It returns the number of input values that are scanned. If there is some input failure or error then it returns EOF (end-of-file).
Similar questions