#include#include#includeint main(){ int i,x; for(i=0;i<64;i++) {x=rand()%(126-32)+33; printf("%c: %d\t",x,x); } return 0;}