摘要: 实验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 // 输出数组x占用的内存字节数 8 printf("sizeof(x) = 阅读全文
posted @ 2025-11-16 15:38 错过不算爱 阅读(5) 评论(1) 推荐(0)