摘要: 四、实验结论: 1. task1_1.c 1 #include <stdio.h> 2 #define N 4 3 4 int main() 5 { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 int *p; 9 10 // 方式1:通过数组名和下标遍历输出数组元素 阅读全文
posted @ 2022-06-08 20:21 Nixmout 阅读(18) 评论(1) 推荐(0) 编辑