Can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of getchar() function?
Tell me when would you use a pointer to a function?
What is meant by int main ()?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
what is the use of ‘auto’ keyword?
what is constant pointer?
What are reserved words?
how to set Nth bit of variable by using MACRO
What is meant by high-order and low-order bytes?
What is scope of variable in c?
What does s c mean in text?
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,