The difference between the operator! member function and the operator void* member function is that:

a. They always return opposite boolean values.
b. They occasionally return opposite boolean values.
c. Of the two member functions, only operator! checks if eof has been set.
d. Of the two member functions, only operator void* checks if eof has been set.

a. They always return opposite boolean values.

Computer Science & Information Technology

You might also like to view...

Compare and contrast the break and continue statements.

What will be an ideal response?

Computer Science & Information Technology

In an UPDATE statement, the SET keyword is followed by _________.

a. a comma-separated list of column value-name pairs in the format value = columnName b. a comma-separated list of column name-value pairs in the format columnName = value c. a semicolon-separated list of column value-name pairs in the format value = columnName d. a semicolon-separated list of column name-value pairs in the format columnName = value

Computer Science & Information Technology