如果想知道變數的記憶體位址為何,可以使用& 運算子,& 是取址運算子(Address-of operator),可以取出變數的記憶體位址。 #include <stdio.h> int main(void) ...
確定! 回上一頁