main() { int j; clrscr(); /*scanf("%d",&i);*/ for(j=1;j<257;j++) printf("%c",j); getch(); }