Can you please explain the scope of static variables?


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

Post New Answer

More C Interview Questions

what is the function of void main()?

8 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


What are the valid places to have keyword “break”?

0 Answers  


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }

14 Answers   Oracle,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


Explain how can you check to see whether a symbol is defined?

0 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


Categories