摘要: 1.实验任务1 task1_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占用的内存字节数 阅读全文
posted @ 2023-11-19 02:23 Sunria 阅读(11) 评论(0) 推荐(0) 编辑