C program to Convert Number to Words
Submit solution
C
Points:
10
Time limit:
8.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Problem statement
The program converts given number to individual digits and print words, the program only prints all the digits of a number in just equivalent words, but it is not a meaningful sentence.
Sample Input
456
Sample output
Four Five Six
Comments