摘要: 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 printf("sieof(a) = %d\n",sizeof(a)); 8 9 for(i = 0;i<N; 阅读全文
posted @ 2023-11-13 17:29 Gustave-Ehsy 阅读(12) 评论(0) 推荐(0)