What do header files do?
No Answer is Posted For this Question
Be the First to Post Answer
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Difference between goto, long jmp() and setjmp()?
When should the register modifier be used? Does it really help?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
write a program that will print %d in the output screen??
write an algorithm and a program to count the number of elements in a circularly singly linked list
main difference between c and c++ language
Can you mix old-style and new-style function syntax?
How the processor registers can be used in C ?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
Why does notstrcat(string, "!");Work?
What is the meaning When we write "#include" what is # and what does include does there???