if a person is buying coconuts of Rs10,and then sell that
coconuts of Rs9,with the loss of one rupee.After that the
person became a millaniore.how?
Answer Posted / vaibhav
the question says that "person sells coconuts of Rs9, with
the loss of one rupee" which could mean that he sells
coconuts of cost price Rs.9 with loss of Re1 i.e. Rs.8
but he can sell coconuts of Rs.10 at any higher price..which
could make him a millaniore..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of && operator in a program code?
Why are algorithms important in c program?
What do you mean by dynamic memory allocation in c? What functions are used?
What oops means?
Can you please explain the difference between malloc() and calloc() function?
What is the purpose of ftell?
Tell me what are bitwise shift operators?
What are keywords c?
Is it better to use a macro or a function?
What is difference between structure and union in c programming?
What are run-time errors?
What is operator precedence?
How can I change the size of the dynamically allocated array?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why doesn't C support function overloading?