摘要: #include <stdio.h> #define N 4 void test1() { int a[N] = {1, 9, 8, 4}; int i; printf("sizeof(a) = %d\n", sizeof(a)); for (i = 0; i < N; ++i) printf("% 阅读全文
posted @ 2024-05-19 20:21 Gaviel_Lee 阅读(3) 评论(0) 推荐(0) 编辑