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