摘要: test1 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 // 输出数组x占用的内存字节数 8 printf("sizeof(x) = % 阅读全文
posted @ 2024-11-10 22:12 陈秋雯2024 阅读(7) 评论(0) 推荐(0) 编辑