C IS AS DEEP AS SEA
#include<stdio.h> #include<conio.h> main() { int a,b; clrscr(); printf("enter the numner"); scanf("%d",&a); printf("\tASCII value is %c",a); getch(); return 0; }
No comments:
Post a Comment