What is the use of a static variable in c?


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

Post New Answer

More C Interview Questions

write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Is multithreading possible in c?

0 Answers  


What is c standard library?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


What is ponter?

0 Answers   TCS,


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


Define Array of pointers.

0 Answers  


Categories