摘要: 试验任务1.1 源代码 1 #include<stdio.h> 2 #define N 4 3 void test1(){ 4 int a[N]={1,9,8,4}; 5 int i; 6 7 printf("sizeof(a)=%d\n",sizeof(a)); 8 9 for(i=0;i<N;i 阅读全文
posted @ 2023-11-20 13:32 笔墨书稠 阅读(19) 评论(0) 推荐(0) 编辑