摘要: task1_1 task1_1源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 5 void test1(){ 6 int a[N]={1,9,8,4}; 7 int i; 8 9 printf("sizeof(a)=%d\n" 阅读全文
posted @ 2023-11-16 17:07 Meng36 阅读(36) 评论(0) 推荐(0)