Tuesday, July 22, 2014

If you're writing a client using the C language API, your source code should include the following line at the top:

A. use mysql;
B. include ("mysql.h");
C. #include <mysql.h>
D. import com.mysql.*;

Ans:  C


No comments: