摘要: 一:实验结论: 1:验证性任务1: (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++ 阅读全文
posted @ 2021-05-27 09:06 Dictator——博客 阅读(46) 评论(2) 推荐(0)