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 is wrong with this code?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why shouldn’t I start variable names with underscores?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
how to execute a program using if else condition and the output should enter number and the number is odd only...
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Difference between macros and inline functions? Can a function be forced as inline?
What is unsigned int in c?
What is zero based addressing?
What does %p mean?
How can I use a preprocessorif expression to ?
What do you mean by c what are the main characteristics of c language?
What are the 5 organizational structures?
Do you have any idea how to compare array with pointer in c?