// ASCII value
// taking input from user
#include<stdio.h>
int main()
{
char k;
printf("Enter Character: ");
scanf("%c",&k);
printf("\nk=%c",k);
printf("\nk=%c",k);
printf("\nk=%d",k);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: