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 what does the format %10.2 mean when included in a printf statement?
What is the right way to use errno?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain what is the difference between null and nul?
What is the c value paradox and how is it explained?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Can we access the array using a pointer in c language?
What is static function in c?
Why is %d used in c?
What is extern variable in c with example?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is || operator and how does it function in a program?
Is c easier than java?
How can I write a function that takes a format string and a variable number of arguments?
what is recursion in C