11 2023 档案

摘要:task1.1 1 #include <stdio.h> 2 #define N 4 3 4 void test1() { 5 int a[N] = {1, 9, 8, 4}; 6 int i; 7 8 // 输出数组a占用的内存字节数 9 printf("sizeof(a) = %d\n", si 阅读全文
posted @ 2023-11-20 00:39 mdlmdl 阅读(11) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示