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 / guest
Apples to apples
Oranges to oranges
combination to Apples and oranges
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain how can I convert a string to a number?
what is uses of .net
When c language was developed?
Explain the difference between malloc() and calloc() function?
Tell me the use of bit field in c language?
develop algorithms to add polynomials (i) in one variable
string reverse using recursion
What does c mean before a date?
Explain 'far' and 'near' pointers in c.
Write a program to print numbers from 1 to 100 without using loop in c?
What are the 4 types of programming language?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are the benefits of c language?
How would you obtain the current time and difference between two times?
What is a volatile keyword in c?