What does static variable mean in c?


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

Post New Answer

More C Interview Questions

Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Are enumerations really portable?

0 Answers  


What are the preprocessors?

9 Answers   HP,


what is c

1 Answers  


Explain modulus operator.

0 Answers  


Differentiate b/w Modify and Update commands giving example.

1 Answers  


Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


Differentiate between null and void pointers.

0 Answers   TCS,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


Categories