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 / anoop
continued ...
..In second step interchanging the left 2 baskets will fix
all 3 with the right labels.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
using for loop sum 2 number of any 4 digit number in c language
How to get string length of given string in c?
write a program to create a sparse matrix using dynamic memory allocation.
Explain heap and queue.
How can a program be made to print the name of a source file where an error occurs?
Explain how can I read and write comma-delimited text?
What are the application of void data type in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is union and structure in c?
For what purpose null pointer used?
What is non linear data structure in c?
What is the basic structure of c?
Describe the order of precedence with regards to operators in C.
What is void main () in c?