Answers for "scope resolution operator in c++"

C++
2

scope resolution operator in c++

:: // this is called the scope resolution operator. 
The :: (scope resolution) operator is used to qualify hidden names so that you can still use them
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language