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?
Answers were Sorted based on User's Feedback
What is the difference between array and linked list in c?
What is operator promotion?
What does 2n 4c mean?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What does char * * argv mean in c?
what is the disadvantage of using macros?
Difference between for loop and while loop?
What is function what are the types of function?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the difference between null pointer and wild pointer?
Can main () be called recursively?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above