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

two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


Write a C program in Fibonacci series.

0 Answers   iNautix,


what is the self-referential structure?

1 Answers  


how to swap 4 number without using temporary number?

2 Answers  


what is diffrence between string and character array?

1 Answers  


What do you know about the use of bit field?

0 Answers  


Differentiate between full, complete & perfect binary trees.

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


What should not contain a header file?

2 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


Categories