What is structure in c definition?
No Answer is Posted For this Question
Be the First to Post Answer
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.
how can be easily placed in TCS.
biggest of two no's with out using if condition statement
what do structure language means?
what is array?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
What does int main () mean?
Explain the difference between exit() and _exit() function?
what is differnence b/w macro & functions
Why n++ execute faster than n+1 ?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }