1.

Scope Resolution Operator

Answer»

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.



Discussion

No Comment Found