11 2025 档案

摘要:实验任务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 12:50 沈春玲 阅读(5) 评论(1) 推荐(0)