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

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