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 / dinesh
why i am going to interchange the lables,as from question
" 3 baskets of fruits with worng lables ............"
but they haven't mentioned to take all it to put in correct
lable with respectively basket of fruits
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is getch c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why is c so popular?
What is the significance of c program algorithms?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Is c high or low level?
What is the use of #define preprocessor in c?
Define Array of pointers.
What is meant by 'bit masking'?
What does sizeof function do?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the difference between fread buffer() and fwrite buffer()?
What is sizeof array?
Tell me about low level programming languages.
C program to find all possible outcomes of a dice?