Saved Bookmarks
| 1. |
1. What do you mean by scope resolution operator? |
|
Answer» ONG>ANSWER: The :: (scope resolution) operator is used to get hidden names due to variable SCOPES so that you can still use them. ... You can use the unary scope operator if a namespace scope or global scope name is hidden by a particular DECLARATION of an equivalent name during a block or class. HOPE I HELPED YOU. THANK YOU |
|