adspace
Answer Posted / Deepanshu Jetley
The scope operator in C++ is the colon (:) which defines the visibility or accessibility of a variable, function, or class. It helps to avoid name collisions by limiting the regions where identifiers can be accessed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers