Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is a good data structure to use for storing lines of text?

1142


all c language question

2493


Why are all header files not declared in every c program?

1154


What is the difference between if else and switchstatement

2008


Why is it usually a bad idea to use gets()? Suggest a workaround.

1875


What is the difference between memcpy and memmove?

1087


How do you print an address?

1327


What is typedef struct in c?

1097


What is difference between && and & in c?

1160


Can you please explain the difference between strcpy() and memcpy() function?

1122


What are the benefits of c language?

1229


How do I convert a string to all upper or lower case?

1175


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2355


Write a code to remove duplicates in a string.

1084


What is a structure member in c?

1056