摘要: 一切思考题见代码 ex1 #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: 阅读全文
posted @ 2020-12-16 17:01 是逸仙呀 阅读(124) 评论(1) 推荐(0)