function main() { int i = 122; int j = 32; putchar((i - j)); // prints ascii `Z` }