Q. How many among the following does not return a value?
mysql_close(), mysql_init, mysql_real_connect
β
Correct Answer: (B)
1
Explanation: This question is about functions in MySQL used for connecting to a database.