cw04 - Strings 2- Practice

Make sure that you follow all the coding standards


Do the following to create the Number to String Conversion Program :


Develop an interactive application in which the user enters a number less than 1000. Read the input into a string using the fgets() function. Convert the number to the word representation of the value and print it out.



Reference the code example :

From Linux on the GL machine: