What does scanf() function return?
(a) Number of successfully matched and assigned input items
(b) Nothing
(c) Number of characters properly printed
(d) Error
The question was asked in my homework.
My question is based upon Formatted Input in chapter Input and Output in C of C