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 / suganya
First we have 2 put all the apples and oranges in the
same basket.. Later v hav 2 arrange the fruits acc to the
lables in the basket..
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What is getch () for?
Do character constants represent numerical values?
Can you assign a different address to an array tag?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is the difference between functions abs() and fabs()?
Are there constructors in c?
What is c token?
How can you check to see whether a symbol is defined?
Why do we use return in c?
What are the different file extensions involved when programming in C?
What is data structure in c and its types?
What is a static variable in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How do you write a program which produces its own source code as output?
What is malloc() function?