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 / manoj pandya
3
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Is it better to use a macro or a function?
using for loop sum 2 number of any 4 digit number in c language
How macro execution is faster than function ?
Why is void main used?
What’s a signal? Explain what do I use signals for?
What is actual argument?
Is c compiled or interpreted?
Where does the name "C" come from, anyway?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What does c in a circle mean?
Was 2000 a leap year?
What is the use of #include in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Why does everyone say not to use gets?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures