#include main() { int x; for(x=0;x<256;x++) { if (x%7==0) printf("\n"); printf("%c -> %d \t",x,x); } printf("\n"); }