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
Differentiate between #include<...> and #include '...'
Why is struct padding needed?
What is this infamous null pointer, anyway?
What are header files and what are its uses in C programming?
Is fortran faster than c?
Why is not a pointer null after calling free?
Why is this loop always executing once?
Explain what is a 'locale'?
What is the difference between a string and an array?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is dynamic dispatch in c++?
Where are c variables stored in memory?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What does *p++ do?
What is the difference between c &c++?