摘要: Test1 1 #include<stdio.h> 2 #define N 4 3 #define M 2 4 void test1(){ 5 int x[N]={1,9,8,4}; 6 int i; 7 printf("sizeof(x)=%d\n",sizeof(x)); 8 for(i=0;i 阅读全文
posted @ 2025-11-14 16:05 wsh12345 阅读(12) 评论(1) 推荐(0)