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