A. Variables created in a function cannot be used another function
B. Variables created in a function can be used in another function
C. Variables created in a function can only be used in the main function
D. None of the above
Correct Answer is :
A. Variables created in a function cannot be used another function