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 / jissmon
The coconuts which he brought may be used for planting coconut trees
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between pass by reference and pass by value?
What is data type long in c?
What are c identifiers?
What is sizeof c?
write a program to find out prime number using sieve case?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
how to make a scientific calculater ?
What is the difference between functions getch() and getche()?
Which is the memory area not included in C program? give the reason
Is there any data type in c with variable size?
What is the difference between functions abs() and fabs()?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is formal argument?
What is c language in simple words?
Explain what are linked list?