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 #pragma once mean?
What is the difference between int main and void main?
By using C language input a date into it and if it is right?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is advantage of pointer in c?
In c programming language, how many parameters can be passed to a function ?
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Why do we use & in c?
Explain how are 16- and 32-bit numbers stored?
What do you know about the use of bit field?
Do you know what are the properties of union in c?
What are the standard predefined macros?
What are run-time errors?