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 / rahul
watch out for the fruits ,suppose the label on 1 is proper
we will be having 1 way but if the label and the content in
the basket totally miss match then we need min 2 ways
ANS;2
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the preprocessor categories?
Explain heap and queue.
What are formal parameters?
Explain what is gets() function?
Why should I prototype a function?
What is define directive?
What is pointer and structure in c?
Why double pointer is used in c?
What is an lvalue?
Is null valid for pointers to functions?
Write a factorial program using C.
What is the difference between malloc() and calloc() function in c language?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What does %c mean in c?
What are # preprocessor operator in c?