1.main()
2.{
3. int a=0;
4. while(...)
5. {
6. int a=9;
7. }
8.}
now friendz question is
question is what make a of 3 global and a of line 6 local what is happend at the time of local decla.. and at the time of global decl...
would u plz help me to understand this...