Answer Posted / shaina
egg.
because it is not particularly mentioned about egg(i.e.,
whether hen's or any other's). since dinosaur lived long
ago before hens, and they too laid eggs...
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is the role of && operator in a program code?
How many keywords (reserve words) are in c?
What are pointers? What are stacks and queues?
Are global variables static in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is header file definition?
What is pass by reference in c?
Can we initialize extern variable in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Why is python slower than c?
Is multithreading possible in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Difference between macros and inline functions? Can a function be forced as inline?
Is array a primitive data type in c?