摘要: Task 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 // 输出数组x占用的内存字节数 9 printf("sizeof(x) 阅读全文
posted @ 2025-11-10 17:21 超级累的长颈鹿 阅读(6) 评论(2) 推荐(0)