-
Which of the following does not return a value?
mysql_close(), mysql_init, mysql_real_connect
-
- 3
- 2
- 1
- 0
- None of these
Correct Option: C
It is not necessary that every Application Programming Interface call would return a value. For example, the client routine named ‘mysql_close()’ returns void, that is, it does not return a value.