Why static is used in c?


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

Post New Answer

More C Interview Questions

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What is a list in c?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,






What is character set?

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


what are the advantages of a macro over a function?

0 Answers   TCS,


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Categories