Write a C program which accepts as a command line argument a
Write a C program which accepts as a command line argument a decimal number and which converts it to a roman number and writes the result to standard out. Use uppercase letters only in the your output. Check for invalid input and write your error messages to standard error. Comment and indent your code correctly. E.g.: afsconnect1-41 ~ >: latin 666
DCLXVI
Solution
Try these programs,
1)
2)
Thank You!

