InterviewSolution
Saved Bookmarks
| 1. |
What does mysql_init() return?(a) integer(b) float(c) structure(d) pointer to a structureI got this question in my homework.The above asked question is from SQL Statement Syntax (Non-Compound Statements) topic in chapter SQL Syntax of MySQL |
|
Answer» Correct choice is (d) POINTER to a structure |
|