摘要: Experiment 4 Task 1 验证性实验。验证数组的特性:类型相同、有序存放。 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节 阅读全文
posted @ 2025-11-15 22:57 copyleft0319 阅读(16) 评论(0) 推荐(0)