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 the significance of static storage class specifier?
What is #include conio h?
What is wrong with this code?
Describe wild pointers in c?
What is spaghetti programming?
How do I use void main?
how to introdu5ce my self in serco
Is this program statement valid? INT = 10.50;
How do I get an accurate error status return from system on ms-dos?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What does typedef struct mean?
What are c preprocessors?
Can the sizeof operator be used to tell the size of an array passed to a function?
What does the c in ctime mean?
while initialization of array why we use a[][2] why not a[2][]...?