Home » MYSQL » MySQL Database Operations » Question
  1. Which of the following does not return a value?
    mysql_close(), mysql_init, mysql_real_connect
    1. 3
    2. 2
    3. 1
    4. 0
    5. 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.



Your comments will be displayed only after manual approval.