0
Global variables
If a global variable is declared and it's value is defined within the main function can that variable be used in another sub function. will its value be retained from the main function in the sub function?
1 Odpowiedź
+ 1
Why don't you try this in playground ?