There are 3 baskets of fruits with worng lables,one basket
has apple,another basket has orange,another has combination
of apple and orange,what is the least way of interchange
the lables.
Answer Posted / dinesh
why i am going to interchange the lables,as from question
" 3 baskets of fruits with worng lables ............"
but they haven't mentioned to take all it to put in correct
lable with respectively basket of fruits
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between functions getch() and getche()?
Why is %d used in c?
Describe static function with its usage?
How arrays can be passed to a user defined function
How can I delete a file?
What is page thrashing?
Explain what are its uses in c programming?
What is the advantage of a random access file?
How can I remove the trailing spaces from a string?
Where can I get an ansi-compatible lint?
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. The Logic should be written in Data Structures?
What is the use of a semicolon (;) at the end of every program statement?
How do you define a string?
What is a struct c#?
what is the height of tree if leaf node is at level 3. please explain