/* чԏ 5-16 */ #include #include int main(void) { char box[6]; strcpy(box, "Hello"); printf("%s\n", box); return 0; }