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 / prashant
Sir, i am not able to answer of this program. please send
to me answer of this program.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Which node is more powerful and can handle local information processing or graphics processing?
Tell me is null always defined as 0(zero)?
Can main () be called recursively?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Why do we use stdio h and conio h?
What is methods in c?
How do you define CONSTANT in C?
What are local variables c?
What is a macro, and explain how do you use it?
What does c in a circle mean?
Is main is a keyword in c?
Why C language is a procedural language?
What is variable and explain rules to declare variable in c?
What is string concatenation in c?