1. What do you mean by scope resolution operator?
Answers
Answered by
1
Answer:
The :: (scope resolution) operator is used to get hidden names due to variable scopes so that you can still use them. ... You can use the unary scope operator if a namespace scope or global scope name is hidden by a particular declaration of an equivalent name during a block or class.
HOPE I HELPED YOU. THANK YOU
Answered by
0
Answer:
Scope Resolution Operator:
Explanation:
It is used to get hidden names due to variable scope so that you can still use them.
The scope resolution operator can be used as both unary and binary.
You can use the unary scope operator if a namespace scope or global scope name is hidden by a particular declaration of an equivalent name during a block or class.
✌✌✌
Similar questions