1、
#include <stdio.h> int main(void) { char s[] = "ABC"; printf("begin: %s ", s); int i; for(i = 0; i < 4; i++) { s[i] = '