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

The function scanf() returns ......... Correct Answer The number of successful read input values.

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

Related Questions

#includeint main(){int a;scanf("%d",&a);printf("%d",&a);return 0;}উপরের program এ 10 ইনপুট দিলে কী output দেখাবে?
Which function returns an array consisting of associative key/value pairs?
The filesize() function returns the file size in ___________