Computer Science, asked by sujimanikk, 8 months ago

Define local variable

Answers

Answered by Anonymous
5

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.

Answered by purvapednekar
0

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.

Similar questions