摘要: 实验任务1 代码task1_1.c 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 printf("sizeof(a) = %d\n", sizeof(a)); 9 阅读全文
posted @ 2023-11-19 15:58 臣子民 阅读(24) 评论(0) 推荐(0) 编辑