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
What is d'n in c?
what will be maximum number of comparisons when number of elements are given?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
State the difference between x3 and x[3].
What is the sizeof () operator?
What is the difference between #include and #include 'file' ?
What is #error and use of it?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is the difference between typedef and #define?
Are pointers really faster than arrays?
What is wild pointer in c?
What are the differences between new and malloc in C?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
How can you allocate arrays or structures bigger than 64K?