摘要: #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("%p 阅读全文
posted @ 2023-11-17 21:18 王勇智 阅读(11) 评论(0) 推荐(0) 编辑