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 / suganya


First we have 2 put all the apples and oranges in the
same basket.. Later v hav 2 arrange the fruits acc to the
lables in the basket..

Is This Answer Correct ?    2 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is context in c?

543


What is abstract data structure in c?

533


Explain c preprocessor?

687


What does %c mean in c?

656


Write a program to print ASCII code for a given digit.

692






What is the ANSI C Standard?

782


How to implement a packet in C

2401


Here is a good puzzle: how do you write a program which produces its own source code as output?

602


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

679


What is n in c?

579


Calculate 1*2*3*____*n using recursive function??

1522


How can I generate floating-point random numbers?

613


Is main is a keyword in c?

613


How does sizeof know array size?

634


What does typeof return in c?

640