The Scope Resolution Operator is frequently used Operator in C++ . The Double COLON (::) is used as a scope resolution operator...
Using Scope resolution operator (::) it allows programmer to define same variable twice with differnt values...


Using Scope resolution operator (::) it allows programmer to define same variable twice with differnt values...