Scanf function returns the number of parameters it can recognize or convert.
For Example: Scanf("%d %f", &a, &b);
Let inputs for this statement be => 10 80.5
Since Scanf recognizes two values, it returns 2.
About our authors: Team EQA
You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.