Computer Science, asked by payal96, 1 year ago

can someone tell me an easy defination of local variable plzzzzzz fast

Answers

Answered by sweety295
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
payal96: thanks
Answered by Anonymous
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