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 / avn

may b he is a billionare earlier

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between scanf and gets?

678


Find MAXIMUM of three distinct integers using a single C statement

683


Explain 'bus error'?

638


Write a program to reverse a given number in c?

654


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

964






can we implement multi-threads in c.

734


Does c have function or method?

660


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

685


Explain void pointer?

650


What is use of pointer?

666


Why C language is a procedural language?

682


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(); }

1926


How can you increase the size of a dynamically allocated array?

715


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1976


What are the preprocessor categories?

694