摘要: task1_1.c源代码 1 #include <stdio.h> 2 #define N 4 3 void test1() { 4 int a[N] = { 1, 9, 8, 4 }; 5 int i; 6 // 输出数组a占用的内存字节数 7 printf("sizeof(a) = %d\n", 阅读全文
posted @ 2023-11-16 17:36 韷 阅读(15) 评论(0) 推荐(0)