Wednesday, 8 August 2012

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

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

Ans:  C

No comments: