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
What is typeof in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What are the characteristics of arrays in c?
How are strings stored in c?
Why do we use header files in c?
What is meant by errors and debugging?
How are 16- and 32-bit numbers stored?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is the sizeof () operator?
Why c is called top down?
Explain what are multidimensional arrays?
Write a factorial program using C.
number of times a digit is present in a number
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain the bubble sort algorithm.