I. char *str = "Stack";
II. char *str = (char*) malloc(6);
strcpy(str, "Stack");
两种方法有什么区别?
它们是相同还是不同?
慕森王
SMILET
相关分类