SyntaxFix
Write A Post
Hire A Developer
Questions
Just assign the int to a char variable.
int
char
int i = 65; char c = i; printf("%c", c); //prints A