Why do we use static in c?


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

Post New Answer

More C Interview Questions

int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Explain About fork()?

0 Answers   TISL,


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,






What is huge pointer in c?

0 Answers  


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

0 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Write a c program to print the sizes and ranges of different data types in c?

1 Answers  


What are the 4 types of unions?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


Categories