char b[4] = "abc"; b[4] = 'd'; printf("b: %s\n", s); ...