Home »
MCQs »
C++ MCQs
Which of the following is known as the 'value of' operator?
60. Which of the following is known as the "value of" operator?
- *
- ->
- &
- None of the above
Answer: A) *
Explanation:
In C++, the "*" operator is known as the "value of" operator.