What is the difference between the local variable and global variable in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is difference b/w extern & volatile variable??

6 Answers   Teleca,


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


What is variable in c example?

0 Answers  






When should a type cast not be used?

0 Answers  


Is a house a mass structure?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  


Explain what are reserved words?

0 Answers  


How can I do peek and poke in c?

0 Answers  


How do I get an accurate error status return from system on ms-dos?

0 Answers  


What is an auto variable in c?

0 Answers  


Categories