can someone tell me an easy defination of local variable plzzzzzz fast
Answers
Answered by
1
In computer science, a local variable is a variable that is given local scope.Local variable references in the function or block in which it is declared override the same variable name in the larger scope.
sweety295:
you are welcome
Answered by
0
In computer science, a local variable is a variable that is given local space. As you may have encountered in your programming, if we declare variables in a function then we can only use them within that function.
Similar questions