1.

All API calls return a value.(a) True(b) FalseThe question was posed to me by my college professor while I was bunking the class.The question is from Handling Errors and Processing Command Options topic in chapter MySQL Programs Using C of MySQL

Answer»

The CORRECT answer is (B) False

To EXPLAIN: In MySQL, not all the API calls return a VALUE. The client routine NAMED ‘mysql_close()’ is one that does not. The API calls that return a value are ‘mysql_sqlstate()’, ‘mysql_error()’ etc.



Discussion

No Comment Found

Related InterviewSolutions