I have a short variable with the value 40 (example) and I want to convert it to a char (with ASCII code 40)
Any value 0 to 127 can bed directly assigned to a char without problem, whether, short or long.
(ASCII 40 is a '(' )
I have a short variable with the value 40 (example) and I want to convert it to a char (with ASCII code 40)
Any value 0 to 127 can bed directly assigned to a char without problem, whether, short or long.
(ASCII 40 is a '(' )