jjmcousineau
Newbie level 6
Hello,
I would like some help converting a decimal number into a string of ASCII characters in C language. For Example d120 would become '1' '2' '0'.
I am not a very good programmer and I cannot figure out how to go about separating each character.
Thank you for your help.
Jon
I would like some help converting a decimal number into a string of ASCII characters in C language. For Example d120 would become '1' '2' '0'.
I am not a very good programmer and I cannot figure out how to go about separating each character.
Thank you for your help.
Jon