/* Note:Your choice is C IDE */ #include "stdio.h" void main() { unsigned char i; for (i=0;i<256;i++) printf("%c%c%d\n",i,i,i); }