Answer Posted / ashok kannan
By darwin theory birds were come from fishes.after that the
first bird laid the egg.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c token?
I need a sort of an approximate strcmp routine?
Why use int main instead of void main?
Difference between exit() and _exit() function?
What is array in C
How are variables declared in c?
What is #error and use of it?
What is a wrapper function in c?
What does c mean?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is static and volatile in c?
What is a void * in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the difference between union and anonymous union?