Global variables in c program

If i initialize a global array locally in main function i can still access those elements in other functions as if the elements of array were global whereas this is not the case if i do the same with other basic variables like int i.can someone explain?

Questions by Rajiv Gupta   answers by Rajiv Gupta

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions