Define local variable
Answers
Answered by
0
your answer
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.
thanks
follow me
mark as brainlist
Answered by
1
➡A local variable is a variable which is either a variable declared within the function or is an argument passed to a function
_____________☺
Similar questions