Computer Science, asked by pd77308, 10 months ago

write a c program to read number from keywords & print it​

Answers

Answered by Vaishnavi09
0

Answer:

Write a C program to input a number from user and print it into words using for loop. How to display number in words using loop in C programming. Logic to print number in words in C programming.

Example

Input

Input number: 1234

Output

One Two Three Four

Similar questions