Q. How many of the following use NULL to indicate failure?
mysql_init(), mysql_real_connect()
β
Correct Answer: (C)
2
Explanation: This question asks you to identify how many MySQL functions use NULL to signify an unsuccessful operation.