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 / ushnish ranjan chatterjee

one basket of apple,least possible way of interchange-1!
one basket of orange ,least possible way of interchange-1!
another has combination of apple nd orange,te least
possible way of interchange-3C2
the least possible way of interchange-1C1+1C1+3C2=5

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a linked list in c.

649


How can I call a function with an argument list built up at run time?

643


What is void pointers in c?

593


What is sizeof in c?

573


Write a program to check whether a number is prime or not using c?

578






What is the difference between array and pointer in c?

582


What happens if a header file is included twice?

602


What is the scope of local variable in c?

582


What is a memory leak? How to avoid it?

580


What is string in c language?

630


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1319


Differentiate Source Codes from Object Codes

824


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

656


How can you check to see whether a symbol is defined?

595


Why is c so popular?

652