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
What does c mean?
What is the c value paradox and how is it explained?
write a program to print largest number of each row of a 2D array
Which built-in library function can be used to match a patter from the string?
What is the deal on sprintf_s return value?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the difference between break and continue?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Why do some versions of toupper act strangely if given an upper-case letter?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain the properties of union. What is the size of a union variable
Write a program to print all permutations of a given string.
What are types of preprocessor in c?
Write a program to swap two numbers without using the third variable?