Q. Which of 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 about how MySQL functions handle errors.