int x; int cr[10] = {80,85,82,65,32,86,73,68,65,33}; for(x=0; x <= sizeof(cr)/sizeof(int)-1; x++) { printf("%c", cr[x]); }