我有点像Java-holic.我想了解更多关于C中的数组.是否有这样的数组:
int test[5][5][5]
我想知道它有多少个整数元素.我有三个问题:
int
test
*int
**int
c c++ arrays pointers
arrays ×1
c ×1
c++ ×1
pointers ×1