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 / mugeshprabhu p
First put the fruits to a suitable correct labled
baskets . This is the easy way to Interchange the lables.
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
Explain what are bus errors, memory faults, and core dumps?
Explain what are multibyte characters?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What are called c variables?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is header file in c?
How do I get a null pointer in my programs?
Why c is known as a mother language?
Here is a neat trick for checking whether two strings are equal
what is a function method?give example?
Explain zero based addressing.
What is realloc in c?
How a string is stored in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);