InterviewSolution
Saved Bookmarks
| 1. |
If by mistake you specify more number of arguments, the excess arguments will ____________(a) be ignored(b) produce compile error(c) produce run-time error(d) produce logical errorI had been asked this question during an online exam.This question is from printf in division Input and Output in C of C |
|
Answer» The CORRECT answer is (a) be ignored |
|