InterviewSolution
Saved Bookmarks
| 1. |
What error will generate if the read and write parameters are not separated by commas?(a) run-time error(b) compile error(c) logical error(d) no errorThe question was posed to me by my school principal while I was bunking the class.Asked question is from scanf topic in chapter Input and Output in C of C |
|
Answer» The CORRECT option is (b) COMPILE error |
|