What is the use of static variable in c?


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

Post New Answer

More C Interview Questions

pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Define function pointers?

1 Answers  


How do you initialize pointer variables?

0 Answers  


Why is void main used?

0 Answers  


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  






What is calloc() function?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


What is sizeof c?

0 Answers  


can we execute the program with the object file

1 Answers  


what is inline function?

2 Answers  


What is const and volatile in c?

0 Answers  


Categories