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 / muthurangaraja
In this question they will say that baskets are labelled but not closed . so we can easily interchange the fruits
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is #line used for?
What is getch () for?
what are the different storage classes in c?
What is the purpose of the statement: strcat (S2, S1)?
What is malloc() function?
Do you know pointer in c?
why programs in c are running with out #include
What is the advantage of an array over individual variables?
Disadvantages of C language.
What is assignment operator?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Tell us something about keyword 'auto'.
Why calloc is better than malloc?
What is the use of typedef in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above