What are static variables in c?


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

Post New Answer

More C Interview Questions

What is an array in c?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Explain setjmp()?

0 Answers  


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  






Why is c called "mother" language?

0 Answers  


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


explain memory layout of a C program

2 Answers  


What is use of bit field?

0 Answers  


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


Categories