-
The header that should be included first is ______________.
-
- my_sys.h
- my_local.h
- my_global.h
- mysql.h
- None of these
Correct Option: C
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.