what is the significance of static storage class specifier?


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

Post New Answer

More C Interview Questions

How can I recover the file name given an open stream or file descriptor?

0 Answers  


What does sizeof return c?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  






Find greatest number out of 10 number without using loop.

5 Answers   TCS,


How can I use a preprocessorif expression to ?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


What is file in c language?

0 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


Explain how do you use a pointer to a function?

0 Answers  


Categories