Examveda
Examveda

The function scanf() returns .........

A. The actual values read for each argument.

B. 1

C. 0

D. The number of successful read input values.

E. ASCII value of the input read.

Answer: Option D

Solution(By Examveda Team)

According to the prototype, the return type of scanf( ) function is int, that is the number of successful read input values.


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function