What is 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

What are the types of data files?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


Can you return null in c?

0 Answers  


Why isn't it being handled properly?

0 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,






find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Which is more efficient, a switch statement or an if else chain?

0 Answers  


explain what are pointers?

0 Answers  


What is scope of variable in c?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


whether itis a structured language?

1 Answers   Microsoft,


What are predefined functions in c?

0 Answers  


Categories