Kizspy | Question: 43
(Choose 1 answer)
What does the return value of the scanf function indicate when it is used to read items from the argument list?
A. The function returns the number of items of the argument list successfully filled.
B. The function returns the total number of items in the argument list.
C. The function returns the number of items that were not successfully filled.
D. The function does not return any value.