Computer Science, asked by Debasish5506, 10 months ago

What is the use of scope resolution operator in C++?

Answers

Answered by Aagmansriva993
4

Scope resolution operator in C++ 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.

Similar questions