... 運算符號是用來「取址」,就是「&」。 怎麼做呢?請參考以下程式: #include <stdio.h> int main(void) { int b = 2; printf("變數b 的值:%d\n", b); ...
確定! 回上一頁