Music, asked by abhilashbhoi16, 10 months ago

❤when there is a global variable and local variable with the same name, how will you access the global variable?❤​

Answers

Answered by IMDILJAAN
3

Answer:

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.

Answered by Shagun0090
1

Answer:

Hey ....hey....hey..

Similar questions