Multiple Choice
Assuming that ptr is a pointer to a class data member of class Check and obj is a pointer to a Check object, which of the following statements would be used to output that data member?
A) cout << obj.*ptr;
B) cout << ( *obj ) .*ptr;
C) cout << obj->*ptr() ;
D) cout << ( *obj ) ->*ptr;
Correct Answer:

Verified
Correct Answer:
Verified
Q3: The const_cast operator can be used to
Q4: Namespace definitions are different from class definitions
Q5: Which operator corresponds to operator keyword and_eq?<br>A)
Q6: Individual namespace members can be accessed without
Q7: Duplicate _ could result from _.<br>A) subobjects,
Q9: Which operator keyword corresponds to ^?<br>A) xor<br>B)
Q10: Without the statement _, all _ statements
Q11: Which of the following is not true
Q12: Multiple inheritance means that a derived class
Q13: If a certain object's data members need