Scope Resolution Operator in CPP
Scope resolution operator is used to specify the scope of a member function. It is used to access a global variable. #include<iostream.h> #include<conio.h> #include<string.h> class A { int rno; char name[10];…
Scope resolution operator is used to specify the scope of a member function. It is used to access a global variable. #include<iostream.h> #include<conio.h> #include<string.h> class A { int rno; char name[10];…