Home » MYSQL » Mysql Compound Statements » Question
  1. mysql_fetch_row() returns _______________.
    1. pointer
    2. structure
    3. float
    4. integer
    5. None of these
Correct Option: A

‘mysql_fetch_row()’ returns a MYSQL_ROW value, a pointer to an array of values. If the return value is assigned to a variable named row each value within the row is accessed as row[i].



Your comments will be displayed only after manual approval.