Answer Posted / speedcoder
Whoever asked this question has no knowledge of English grammar. You do not personify an egg or a hen with "who". If you must ask this question it should be- "what came first....." not "who did come first...".
So if you are asked a question in this form, decline the company's offer. It is not worth it!
The answer is simple thought - "The apple came first".
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How to Throw some light on the splay trees?
What are the benefits of c language?
Is c call by value?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How do you use a pointer to a function?
Write a program to use switch statement.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
program for reversing a selected line word by word when multiple lines are given without using strrev
Is there a way to compare two structure variables?
How can a process change an environment variable in its caller?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is the default value of local and global variables in c?
In a header file whether functions are declared or defined?
I came across some code that puts a (void) cast before each call to printf. Why?