write a c program to print the values in words
eg:- 143 written it has (one hundred and forty three)&
104, 114 are also written words
Answer Posted / vikas
Can any one help me with this please, I cant get it right. I
have a test on 23/05/2011... Thanks
1
1 2
1 2 3
1 2 3 4
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain why can’t constant values be used to define an array’s initial size?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Is array name a pointer?
Why do we need a structure?
What are header files in c?
What is logical error?
What's a good way to check for "close enough" floating-point equality?
Explain what is the difference between #include and #include 'file' ?
How do you determine the length of a string value that was stored in a variable?
What does c mean in basketball?
Write a program to check prime number in c programming?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What functions are in conio h?
How is actual parameter different from the formal parameter?