1.

Which header should be included first?(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hI have been asked this question in exam.The query is from Connecting to the Server in section MySQL Programs Using C of MySQL

Answer»

Right choice is (a) my_global.h

For 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.



Discussion

No Comment Found

Related InterviewSolutions