InterviewSolution
Saved Bookmarks
| 1. |
#include statement must be written __________(a) Before main()(b) Before any scanf/printf(c) After main()(d) It can be written anywhereThis question was posed to me during an online interview.Question is from C-Preprocessor topic in portion C Functions and Structure of a Program of C |
|
Answer» Right answer is (b) Before any scanf/printf |
|