In each function call to a function where an array parameter uses the ... c[3]; } s1, s2 = {3,4,5}; s1 = s2; // okay: can assign structs holding array ...
確定! 回上一頁