What is a variable defined outside all the functions referred to as?
Answers
Answered by
3
Explanation:
Explanation: The value of a variable defined outside all function definitions is referred to as a global variable and can be used by multiple functions of the program. ... Explanation: The variable inside a function is called as local variable and the variable definition is confined only to that function.
Answered by
2
Answer:
The value of a variable defined outside all function definitions is referred to as a global variable and can be used by multiple functions of the program. Explanation: The variable inside a function is called as local variable and the variable definition is confined only to that function.
Similar questions