Respuesta :

Convert it to a char and print it
Use a char format specifier instead of an integer format specifier. C will automatically print the integer as a character, e.g. 97 will print as 'a'.
ACCESS MORE