In a programming language, scope refers to the area where a function or variable is visible and accessible to other code. Below are some common terms associated with scope: Global scope refers to a global or public space. Local scope refers to a local or restricted region.
sandhyamini Answered question December 16, 2023
