#include <stdio.h> #include <stdlib.h> int main(void) { int num[3][4]; num[0][0]=1; printf("num=%p\n",num); //看num內的值
確定! 回上一頁