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 answer is (a) my_global.h Explanation: 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. |
|