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 / guest
Apples to apples
Oranges to oranges
combination to Apples and oranges
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does int main () mean?
Explain what’s a signal? Explain what do I use signals for?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are register variables in c?
Why can arithmetic operations not be performed on void pointers?
Explain about C function prototype?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Can you write the algorithm for Queue?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is atoi and atof in c?
What is New modifiers?
Does * p ++ increment p or what it points to?
What is 02d in c?
When should the const modifier be used?