Right now I am trying to convert an int to a char in C programming. After doing research, I found that I should be able to do it like this:
int value = 10; c
Check out the ascii table
The values stored in a char are interpreted as the characters corresponding to that table. The value of 10 is a newline