adplus-dvertising
frame-decoration

Question

mysql_init() returns a _____________

a.

integer

b.

float

c.

structure

d.

pointer to a structure

Answer: (d).pointer to a structure

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. mysql_init() returns a _____________

Similar Questions

Discover Related MCQs

Q. When linking to a static MySQL C client library, the client library and the client application must use the same compiler option.

Q. Which of these can be used in place of MYSQL_SERVER_VERSION?

Q. Which of the following can be used interchangeably with MYSQL_VERSION_ID?

Q. Which option is supplied to ensure TCP/IP connection to local server?

Q. Connections to remote servers always use TCP/IP.

Q. The –protocol value ‘TCP’ runs on which operating systems?

Q. The ‘SOCKET’ protocol is permitted on which operating systems?

Q. Which of these returns a string containing an error message?

Q. Which of the following returns a MySQL-specific numeric code?

Q. Which of the following returns an SQLSTATE code?

Q. The argument to the function mysql_error() is _______________

Q. What does mysql_real_connect() return if it fails?

Q. The function load_defaults() reads the option files.

Q. All API calls return a value.

Q. The general statement-issuing routine is _______________

Q. For failure, mysql_query() returns _______________

Q. How many of the following return rows?

SELECT, SHOW, DESCRIBE

Q. mysql_fetch_row() returns _______________

Q. The columns containing binary value that include null bytes will not print properly using the %s printf() format specifier.

Q. mysql_store_result() does not return a result set.