what is the significance of static storage class specifier?
No Answer is Posted For this Question
Be the First to Post Answer
How can I recover the file name given an open stream or file descriptor?
What does sizeof return c?
Write a program in c to print * * * * * *******
consagous technology placement paper
how to find your architecture is LittleEndian or BigEndian?
Find greatest number out of 10 number without using loop.
How can I use a preprocessorif expression to ?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What is file in c language?
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...
Explain how do you use a pointer to a function?