#include <stdio.h> int main() { char c='b'; int x=97; printf ("ASCII value of b=%d\n",c); printf ("ASCII character of 97=%c",x); return 0; }
To embed this program on your website, copy the following code and paste it into your website's HTML: