#include
main()
{
// program for ascii chart
int ch;
clrscr();
for(ch=0;ch<=255;ch++)
{
textbackground(0);
textcolor(2);
cprintf("SCANCODE=%d, ASCII-Ch=%c",ch,ch);
printf("\n\n");
printf("**************************");
printf("\n\n");
getch();
}
}
BASIC C PROGRAMS, USEFULL FOR BEGINERS OF PROGRAMING LANGUAGES
| Provided by website-hit-counters.com . |
No comments:
Post a Comment