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 / pramod
The questioner has no idea of zeros and millions which is
basic arithmetic
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are dangling pointers? How are dangling pointers different from memory leaks?
difference between object file and executable file
State two uses of pointers in C?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
I have a varargs function which accepts a float parameter?
What is 1d array in c?
ATM machine and railway reservation class/object diagram
Is array name a pointer?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain how can I convert a number to a string?
What is assignment operator?
Explain how do you search data in a data file using random access method?
What is meant by preprocessor in c?
What are linked lists in c?
What is difference between && and & in c?