开放大学在线学习搜题
当前位置:首页 > 学习题库 > C语言程序基础

问题

数组定义 int a[10]; 也可以写成 int a(10); 。

发布时间:2025-12-05   作者:广东开放大学   浏览:0

数组定义 int a[10]; 也可以写成 int a(10);