摘要: 任务1源码 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 5 void test1() { 6 int a[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组a占用的内存字节数 10 printf("s 阅读全文
posted @ 2023-11-13 21:51 孙一发 阅读(8) 评论(0) 推荐(0) 编辑