Computer Science, asked by vibhavpotential3643, 11 months ago

What do u mean by scope resolution operator in c++?

Answers

Answered by Anonymous
1

Hello_________❤

Scope resolution operator (::) in C++ programming language is used to define a function outside a class or when we want to use a global variable but also has a local variable with the same name.

Answered by yashgandhi74
1

</p><p></p><p>\huge\bf\boxed{\boxed{\boxed{\blue{\mathfrak{HEYA\:!!!!}}}}}

\huge{\bold{\blue{solUTIon....}}}

&lt;b&gt;&lt;font color="red"&gt;

Scope resolution operator :: (C++ only) The :: (scope resolution) operator is used to qualify hidden names 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 an explicit declaration of the same name in a block or class.

Similar questions