InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is the odd one out?(a) printf(b) fprintf(c) putchar(d) scanfI have been asked this question during a job interview.I want to ask this question from Standard Input & Output in chapter Input and Output in C of C |
|
Answer» The CORRECT OPTION is (d) scanf |
|