摘要: task-1 源代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = { 1, 9, 8, 4 }; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = 阅读全文
posted @ 2025-11-16 16:54 pp-p 阅读(4) 评论(1) 推荐(0)