A quirk of C is that arrays passed to functions become pointers but without the pointer syntax. You don't need to pass the address of an array ...
確定! 回上一頁