1.

Which is the library file that contains various portability macros and definitions?(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hI have been asked this question in an internship interview.My query is from String Data Types in division Data Type Reference, Operators and Functions of MySQL

Answer»

The correct answer is (B) my_sys.h

To ELABORATE: The ‘my_sys.h’ header file CONTAINS a variety of portability MACROS and definitions required for structures and functions. These structures and functions are used by the CLIENT library.



Discussion

No Comment Found

Related InterviewSolutions