摘要: 实验任务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 printf("sizeof(x) = %d\n", sizeo 阅读全文
posted @ 2026-05-04 00:20 rjyyy 阅读(5) 评论(0) 推荐(0)