#include#includevoid main(){char ch;clrscr();printf("enter any character");scanf("%c",&ch);printf("ch=%d",ch);getch();}
No comments:
Post a Comment