#include<stdio.h>
#include<conio.h>
void main()
{
char c;
printf("enter character which ASCII value you want ");
scanf("%c",&c);
printf("\nASCII value of %c : %d",c,c);
getch();
}
#include<conio.h>
void main()
{
char c;
printf("enter character which ASCII value you want ");
scanf("%c",&c);
printf("\nASCII value of %c : %d",c,c);
getch();
}
0 comments:
Post a Comment
Comments : Read Them Or Add One to promote us