Q. mysql_fetch_row() returns . . . . . . . .
β
Correct Answer: (D)
pointer
Explanation: This question is about the `mysql_fetch_row()` function in MySQL. This function is used to fetch data from a result set, which is a collection of rows returned by a query.