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
Explain spaghetti programming?
Differentiate between null and void pointers.
Why is python slower than c?
write a program for the normal snake games find in most of the mobiles.
What do you mean by Recursion Function?
What is I ++ in c programming?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What language is c written?
What are types of preprocessor in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain the binary height balanced tree?
How do you declare a variable that will hold string values?
What is #ifdef ? What is its application?