Why do we use static in c?


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

Post New Answer

More C Interview Questions

write a program to generate 1st n fibonacci prime number

12 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


What are the preprocessors?

9 Answers   HP,


What are preprocessor directives in c?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


What’s a signal? Explain what do I use signals for?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


Does free set pointer to null?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


Compare array data type to pointer data type

0 Answers  


Do you know what is a programing language ?

0 Answers  


Categories