QUESTION IMAGE
Question
in most modern programming languages, a variable or constant that is declared in a module is ____________ in that module.
o a. global
o b. invisible
o c. in scope
o d. undefined
Brief Explanations
In modern programming, variables/constants declared in a module are within its scope. They are accessible and defined within that module context, not global (not accessible everywhere), not invisible (are accessible in - scope), and not undefined.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. in scope