Home »
MCQs »
C++ MCQs
Which of the following operator is known as Referential Operator?
54. Which of the following operator is known as Referential Operator?
- !=
- ?:
- ->
- sizeof
Answer: C) ->
Explanation:
In C++, the operator '->' is known as the Referential operator.