Solved

The Difference Between the Operator! Member Function and the Operator

Question 31

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions