我是C语言的新手,所以我的问题可能达不到高标准
我们可以使用吗
struct mat{ int a[10]; };m[10];
代替
int mat[10][10];
有什么不同?哪个更有效率?
c
c ×1