InterviewSolution
Saved Bookmarks
| 1. |
What does scanf() function return?(a) Number of successfully matched and assigned input items(b) Nothing(c) Number of characters properly printed(d) ErrorThe question was asked in my homework.My question is based upon Formatted Input in chapter Input and Output in C of C |
|
Answer» The CORRECT option is (a) NUMBER of SUCCESSFULLY matched and ASSIGNED input items |
|