陈鹏亦

导航

实验5

任务1 #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名及下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", &

posted on 2020-12-07 12:29  错码编程师  阅读(47)  评论(1编辑  收藏  举报