摘要:
实验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 8 printf("sizeof(a) = %d\n", sizeof(a)); 9 10 for 阅读全文
posted @ 2023-11-14 10:26
秦始皇,打钱
阅读(14)
评论(0)
推荐(0)