Q. What does mysql_init() return?
β
Correct Answer: (D)
pointer to a structure
Explanation: This question is about the mysql_init() function in MySQL. This function is used to initialize a MySQL connection.