Home » MYSQL » Connection » Question
  1. mysql_init() returns a _____________.
    1. float
    2. structure
    3. pointer to a structure
    4. integer
    5. None of these
Correct Option: C

When NULL is passed to mysql_init() it automatically allocates a MYSQL structure, initializes it, and returns a pointer to it. The MYSQL data type is a structure containing information about a connection.



Your comments will be displayed only after manual approval.