Explain can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers in c?
What does char * * argv mean in c?
how to convert an char array to decimal array
how i m write c program 1.check prime number 2.prime number series
Is array a primitive data type in c?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
every function has return the value?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Do string constants represent numerical values?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48