#include<stdio.h>
void main()
{
int ch;
clrscr();
printf("\n\n\t\tpress any key to see asci value");
ch=getch();
printf("\n\nENTERED KEY CODE IS :::>%d",ch);
getch();
}
void main()
{
int ch;
clrscr();
printf("\n\n\t\tpress any key to see asci value");
ch=getch();
printf("\n\nENTERED KEY CODE IS :::>%d",ch);
getch();
}
No comments:
Post a Comment