Pointers to structs are common enough in C that a special syntax is provided for ... 15 16 s2 = malloc(sizeof(struct string)); 17 if(s2 == 0) return 0; ...
確定! 回上一頁