Computer Science, asked by ashmidev007, 6 hours ago

What is a variable defined outside all the functions referred to as?​

Answers

Answered by ssk305805
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 ⲘⲓssRσѕє
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