what is the difference between Global value and local value
Answers
Answered by
1
Answer:
hey mate this is your answer
Difference between local and global variable
Global variables are declared outside any function, and they can be accessed (used) on any function in the program. Local variables are declared inside a function, and can be used only inside that function. It is possible to have local variables with the same name in different functions
please put me in the brainlist
Explanation:
Similar questions