阅读背景:

C++ [ 数组,指针,字符串 ]

来源:互联网 

数组

初始化在声明数组时给部分或全部元素赋初值

int a[3]={1,1,1}  等价于 int a[]={1,1,1}int a[3]={1,1,1




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: