I didn't count the ducks that I saw in line,
but I do remember that one duck was in front of two ducks,
another duck behind two ducks. How many ducks did I see?
Answer Posted / ashu
4
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to create struct variables?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Where define directive used?
explain what are pointers?
provide an example of the Group by clause, when would you use this clause
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Why c is called procedure oriented language?
What is getch() function?
Explain built-in function?
What is oops c?
Why is extern used in c?
Difference between Shallow copy and Deep copy?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is a lookup table in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?