-
The argument to the function mysql_error() is _______________.
-
- pointer
- structure
- float
- integer
- None of these
Correct Option: A
The argument to the API functions ‘mysql_error()’, ‘mysql_errno()’ and ‘mysql_sqlstate()’ is a pointer to the connection handler. These should be called after an error occurs.