Home »
MCQs »
C++ MCQs
Which of the following operator is known as a referential operator?
133. Which of the following operator is known as a referential operator?
- ->
- &
- *
- None of the above
Answer: A) ->
Explanation:
The "->" operator is known as a referential operator in C++.