C++ | Scope Rules
In this article, we will be learning about the scope rule i.e., rules to tell if a variable, parameter, and function is visible or accessible at certain places. Thus places, where an entity can be accessed or visible, are referred to as the scope of that entity. When we declare a program element such as […]








