Answered Questions

  • What is a scope resolution operator?

    A scope resolution operator (::), can be used to define the member functions of a class outside the class.

    rajendra chaudhary

    • Nov 1st, 2011

    It is an operator :: used mainly in class for defining the member functions and also for accessing the global variables.
    and it is a eye of c++.