#include int main() { int i; for (i=0; i<=255; i++) { if (i%24==0) getchar(); printf ("\n %c %d %x",(char)i,i,i); } }