摘要:
task1_1 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 int main() 5 { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 int *p; 9 // 方式1:通过数组名和下标遍历输出数组 阅读全文
posted @ 2022-06-14 09:45
balamala
阅读(18)
评论(1)
推荐(0)