6/19/21

C Program to Convert the ASCII code to Character.

C Program to Convert the ASCII code to Character.


#include<stdio.h>

void main()
{
int a;
char ch;
printf("Enter any ch ASCII Code=");
scanf("%d",&a);
ch=a;
printf("Code is %d is %c",a,ch);
getch();
}

Output:-





0 comments:

Post a Comment

Like us on facebook

blogger templatesblogger widgets

Follow on Twitter

Linkedin

Categories

Mad About Computer. Powered by Blogger.