摘要: 1. 实验任务1 task1_1.c 1 #include<stdio.h> 2 #define N 4 3 void test1() 4 { 5 int a[N]={1,9,8,4}; 6 int i; 7 //输出数组a占用的内存字节数 8 printf("sizeof(a)=%d\n",siz 阅读全文
posted @ 2024-05-19 15:06 青栀% 阅读(72) 评论(0) 推荐(0)