Correct Answer : Option (C) : namespace::operator
Explanation :
namespace :: variable;
namespace X{ int a;}
cout<<X::a;