#include main() { int i; for(i=33; i<=127; i++) printf("%c : %d \n", i, i-'a'); }