InterviewSolution
Saved Bookmarks
| 1. |
The header that should be included first is ________________(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.h |
|
Answer» Correct choice is (a) my_global.h The best I can explain: The file ‘my_global.h’ takes care of including several other header files that are likely to be generally useful, like ‘stdio.h’. It also includes Windows compatibility information. |
|