HOW TO TURN CHAR IN INT C code example Example: turn a char into an int in c int x = character - '0';