Difference Between Global Variable & Local Variable
What is the difference between global variable & local variable?
Answers
Answered by
7
Global variable
-----------------------
A variable that can be used anywhere within the program.
Local variable
---------------------
A variable that can only be accessed within a function.
-----------------------
A variable that can be used anywhere within the program.
Local variable
---------------------
A variable that can only be accessed within a function.
Similar questions