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 / amit
I think you right
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is #define in c?
What are the similarities between c and c++?
What is the correct code to have following output in c using nested for loop?
What is dangling pointer in c?
Explain what are multibyte characters?
int far *near * p; means
What are dangling pointers? How are dangling pointers different from memory leaks?
What is substring in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
When should the volatile modifier be used?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Differentiate between the = symbol and == symbol?