-
Which is the header that should be included first?
-
- my_local.h
- mysql.h
- my_sys.h
- my_global.h
- None of these
Correct Option: D
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.