what does static variable mean?


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

Post New Answer

More C Interview Questions

How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


Can you please explain the difference between syntax vs logical error?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


What is variable in c example?

0 Answers  






please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


size maximum allocated by calloc()

3 Answers   DELL,


How can I find the day of the week given the date?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

1 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


Why is c so important?

0 Answers  


Categories