Is there an opposite to putchar() where you can pass the ascii character and it will output the numerical value? Thanks.
printf("%d\n", c);