Q. How many among the following use NULL to indicate failure?
mysql_init(), mysql_real_connect()
mysql_init(), mysql_real_connect()
β
Correct Answer: (C)
2
Explanation: This question is asking about how functions in MySQL handle errors. In particular, it wants to know if they use NULL to signal that something went wrong.