#include main(){ char *foo="AAAAAAAA"; foo[3]=NULL; printf("%x,%x,%x,%x,%x,%x,%x,%x\n", foo[0],foo[1],foo[2],foo[3],foo[4],foo[5],foo[6],foo[7]); }