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 / soumava bose
suppose B1,B2,& B3 care the baskets.Now we will first open
B1.suppose it contains Oranges.Then its level would be
either Appale or Combination.Now suppose The lebel is
combination.Now the basket with lebel orange is
interchanged with it.As initially all baskets had wrong
lebels.so the basket with lebel appale must have either
orange or combination.so now we interchange the two lebels
of the remaining baskets & get the proper answer.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How will you delete a node in DLL?
What does 3 periods mean in texting?
What is malloc calloc and realloc in c?
What is volatile variable in c with example?
How can I write functions that take a variable number of arguments?
Tell us something about keyword 'auto'.
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is this infamous null pointer, anyway?
What are the application of c?
When c language was developed?
What is a node in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How can I avoid the abort, retry, fail messages?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Why ca not I do something like this?