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 / mugeshprabhu p
First put the fruits to a suitable correct labled
baskets . This is the easy way to Interchange the lables.
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
Why doesnt that code work?
What is keyword in c?
Why enum is used in c?
What are the different types of constants?
How can this be legal c?
What is register variable in c language?
Describe static function with its usage?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is sizeof int?
What are terms in math?
How can I read data from data files with particular formats?
How to define structures? ·
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Explain what is the best way to comment out a section of code that contains comments?