Computer Science, asked by ayushipalwankar4137, 1 year ago

Explain the need of scope resolution operator.

Answers

Answered by khushi769
0

Answer:-The scope resolution operator helps to identify and specify the context to which an identifier refers, particularly by specifying a namespace. The specific uses vary across different programming languages with the notions of scoping. In many languages the scope resolution operator is written "::".

Similar questions