Home » MYSQL » MySQL Database Operations » Question
  1. The header that should be included first is ______________.
    1. my_sys.h
    2. my_local.h
    3. my_global.h
    4. mysql.h
    5. 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.



Your comments will be displayed only after manual approval.