Computer Science, asked by a1nkibo0seRhari, 1 year ago

Difference Between Global Variable & Local Variable
What is the difference between global variable & local variable?

Answers

Answered by rahul1232
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.
Similar questions