Q. Which operator is used to resolve ambiguity in multiple inheritance?
β
Correct Answer: (A)
::
Explanation: The scope resolution operator (::) is used to resolve ambiguity in multiple inheritance.