在C++中,定义一个数组存储5种民族乐器的编号,代码如下。则 instruments[0]的值是?
int instruments[5] = {101, 102, 103, 104, 105};
101
102
0
随机数