+ 1
Anyone can tech me. What is the the global variables??
I cannot understand the global variables. I saw many Video in YouTube but can not understand.
3 Réponses
+ 4
so, a unique variable that will be declared inside the function will not be visible in the main program if you do not use the return keyword. conversely, variables that are declared in the main part of the program are visible everywhere. even inside functions. these variables are called global
+ 2
Hi! what a function is and how it works. are its features familiar to you?
+ 1
Yes