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 / anoop
continued ...
..In second step interchanging the left 2 baskets will fix
all 3 with the right labels.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why flag is used in c?
How do you determine a file’s attributes?
Is printf a keyword?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
How pointers are declared?
Does free set pointer to null?
How macro execution is faster than function ?
How is a macro different from a function?
Why ca not I do something like this?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Can an array be an Ivalue?
Describe the modifier in c?
In c language can we compile a program without main() function?
Explain what are multidimensional arrays?
Can we change the value of constant variable in c?