1.

The header that should be included first is ________________(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hI had been asked this question by my school principal while I was bunking the class.The doubt is from SQL Statement Syntax (Non-Compound Statements) in section SQL Syntax of MySQL

Answer»

Correct choice is (a) my_global.h

The best I can explain: 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