Computer Science, asked by purbasha95, 4 months ago

3.6 What is the return type of scanf function?​

Answers

Answered by suhanijamwalrajput
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