1.

The static C library client in Windows is _____________(a) mysqlclient.lib(b) mysqlclient.lb(c) mysqlclient.lm(d) myclient.libThis question was posed to me in an online interview.The above asked question is from Compiling and Linking Client Programs topic in section MySQL Programs Using C of MySQL

Answer»

Right option is (a) mysqlclient.lib

The EXPLANATION: The code can be linked with EITHER the dynamic or static C CLIENT library. On WINDOWS, the static library is NAMED ‘mysqlclient.lib’ and the dynamic library is named ‘libmysql.dll’.



Discussion

No Comment Found

Related InterviewSolutions