摘要: 实验1 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 8 printf("sizeof(x)=%d\n", sizeof(x)); 9 fo 阅读全文
posted @ 2025-11-11 21:01 哈气的大猫 阅读(11) 评论(1) 推荐(0)