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 / 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 |
Post New Answer View All Answers
What is meant by initialization and how we initialize a variable?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
When should you use a type cast?
What is chain pointer in c?
What is calloc in c?
what value is returned to operating system after program execution?
Why does this code crash?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Is it cc or c in a letter?
Explain how do you search data in a data file using random access method?
How do I convert a string to all upper or lower case?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Write a code of a general series where the next element is the sum of last k terms.
Explain b+ tree?
ATM machine and railway reservation class/object diagram