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 / muthurangaraja
In this question they will say that baskets are labelled but not closed . so we can easily interchange the fruits
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is C language ?
Can the size of an array be declared at runtime?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is #include stdio h?
Difference between exit() and _exit() function?
What is multidimensional arrays
Tell me with an example the self-referential structure?
How does sizeof know array size?
How can I make sure that my program is the only one accessing a file?
Explain what are header files and explain what are its uses in c programming?
Write a program to identify if a given binary tree is balanced or not.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What are integer variable, floating-point variable and character variable?
What does 1f stand for?