1.

Which is the header that should be included first?(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hThe question was posed to me during an online exam.This key question is from String Data Types topic in portion Data Type Reference, Operators and Functions of MySQL

Answer»

The correct answer is (a) my_global.h

Easy 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