What is a union?
No Answer is Posted For this Question
Be the First to Post Answer
Is sizeof a keyword in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how to execute with out main in cprogram
what is op? for(c=0;c=1000;c++) printf("%c",c);
What is the purpose of scanf() and printf() functions?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
how to find the largest element of array without using relational operater?
What are external variables in c?
Explain logical errors? Compare with syntax errors.
What is the need of structure in c?
What is operator promotion?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }