If I create a global variable in one function, how can I use that variable in another function?
Do I need to store the global variable in a local variable of the function which needs its access?
Other
Can you answer this question?
Write Answer1 Answers