#include <stdio.h> int main(void) { int b = 2; int c = 3; int* pointer = &b; //宣告一個指標變數 printf("變數b 的值:%d\n", b); printf("變數b ...
確定! 回上一頁