Computer Science, asked by avuppla, 1 month ago

2. Any variable that is declared in a function can be accessed only in that function is
scope​

Answers

Answered by omii1999
0

Answer:

Local variable or local scope.

Explanation:

Local variables can be accessed in that function only as they are declared inside that function.

Global variables are declared outside function hence can be used anywhere outside.

Similar questions