cpp conveerting char to int code example Example 1: char to int c++ int x = (int)character - 48; Example 2: c convert char to int int i = (int)(c - '0');