Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

in most modern programming languages, a variable or constant that is de…

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

Explanation:

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.

Answer:

C. in scope