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
What is the difference between functions getch() and getche()?
What are pointers? What are stacks and queues?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What is methods in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the equivalent code of the following statement in WHILE LOOP format?
What is #error and use of it?
What are the types of macro formats?
Is it fine to write void main () or main () in c?
what are the facialities provided by you after the selection of the student.
What are the 4 types of organizational structures?
What are the header files used in c language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are c identifiers?
What is structure in c definition?