Computer Science, asked by mamtateen2004, 1 year ago

What is a scope resolution operator?


oum: mark me as brainlist answer

Answers

Answered by Anonymous
0

hey mate...

The :: (scope resolution) operator is used to get hidden names due to variable scopes so that you can still use them. The scope resolution operator can be used as both unary and binary. ... The declaration of my_var declared in the main function hides the integer named my_var declared in global namespace scope.

I hope it's help u

✔✔⬆️⬆️↩✌


JimmyVV: hii
Answered by oum
0

In computer programming, scope is an enclosing context where values and expressions are associated. The scope resolution operator helps to identify and specify the context to which an identifier refers, particularly by specifying a namespace.

I hope this will help you

plz mark me as brainlist answer

Similar questions