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?
Answers were Sorted based on User's Feedback
Answer / rrj
a person has firstly amount of rs. millaniore+1 rs.
he need 1 rs. less to becom a millaniore.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / anish
WHAT WAS THE PREVIOUS CONDITION OF HIM??
I NEED TO KNOW HIS NAME!!
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / divyansh
The person may already already be a millionaire and after
selling those coconuts , he might have become a
bilionaire...
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
Answer / jissmon
The coconuts which he brought may be used for planting coconut trees
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pramod
The questioner has no idea of zeros and millions which is
basic arithmetic
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / praveen. pulikkool
I THINK THAT PERSON SELL EACH COCOUNT IN AMERICAN DOLLAR.
IF IT IS RIGHT HE CAN ABLE TO BECAME A BILLANIORE NOT
MILLANIORE.
| Is This Answer Correct ? | 1 Yes | 6 No |
how to find the size of the data type like int,float without using the sizeof operator?
explain memory layout of a C program
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Which function in C can be used to append a string to another string?
what is diference between return 0 and return NULL??
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
Explain what is the difference between #include and #include 'file' ?
What are volatile variables in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain what are compound statements?