c語言運算子 在 [課業] c語言運算元- 看板Examination - 批踢踢實業坊 的評價 int abc(int *k) { *k += 4; return 3 * ( *k) - 1; } void main() { ... <看更多>