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 / avn
may b he is a billionare earlier
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Can you explain the four storage classes in C?
What are the rules for identifiers in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is an lvalue in c?
What is the use of in c?
What is pointer & why it is used?
What is 02d in c?
What is array of pointers to string?
Explain what is the heap?
Where are c variables stored in memory?
Are local variables initialized to zero by default in c?
Who developed c language?
What does %d do in c?
Are the expressions * ptr ++ and ++ * ptr same?