Home » MYSQL » Data Types » Question
  1. Which is the header that should be included first?
    1. my_local.h
    2. mysql.h
    3. my_sys.h
    4. my_global.h
    5. 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.



Your comments will be displayed only after manual approval.