[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fcE4GWttItX4nTYpPlkIn_tnIrkRnZdA6WzE50IJ5m_8":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":27,"type":28},[],"2023-12-03 13:55:22",110432189,[8,9,10,11],"double x[5] = {2.0, 4.0, 6.0, 8.0, 10.0}","int y[5] = {0, 1, 3, 5, 7, 9}","char cl[ ] = {'1', '2', '3', '4', '5'}","char c2[ ] = {1, 2, 3}",{"courseId":13,"courseImg":14,"courseName":15},"8336f75d6d4cb0ae106461502e8ea0e0","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F8d8e99875725bed83e7cb68c2de07f03.jpg","C++语言程序设计","以下不正确的定义语句是( )",[18,29,38,47,56,59,68,77,88,96],{"answer":19,"createTime":5,"id":20,"options":21,"question":26,"source":27,"type":28},[],110432175,[22,23,24,25],"4","5","6","0","How many elements are in array double list[5]","v1",0,{"answer":30,"createTime":5,"id":31,"options":32,"question":37,"source":27,"type":28},[],110432178,[33,34,35,36],"index","index variable","array","array element","What is the correct term for numbers[99]",{"answer":39,"createTime":5,"id":40,"options":41,"question":46,"source":27,"type":28},[],110432183,[42,43,44,45],"int num[ ]","int num[08]","const int N = 100; int num[N]","int N = 100; int num[N]","以下能正确定义一维数组的选项是",{"answer":48,"createTime":5,"id":49,"options":50,"question":55,"source":27,"type":28},[],110432185,[51,52,53,54],"int population[4] = {0}","int population[5] = {0}","int population[4] = 0","int population[5] = 0","Which of the following statements declares a five-element array named population",{"answer":57,"createTime":5,"id":6,"options":58,"question":16,"source":27,"type":28},[],[8,9,10,11],{"answer":60,"createTime":5,"id":61,"options":62,"question":67,"source":27,"type":28},[],110432190,[63,64,65,66],"const int a[4] = {1, 2, 3, 4, 5}","const int a[ ] = {1, 2, 3}","const char a[3] = {'1', '2', '3'}","const char a[ ] = &quot;123&quot;","下列语句错误的是( )",{"answer":69,"createTime":5,"id":70,"options":71,"question":76,"source":27,"type":28},[],110432191,[72,73,74,75],"a[2]","a(2)","a[3]","a(3)","What is the representation of the third element in an array called a",{"answer":78,"createTime":79,"id":80,"options":81,"question":87,"source":27,"type":28},[],"2023-12-03 13:55:23",110432192,[82,83,84,85,86],"3.4","2.0","3.5","5.5","undefined","If you declare an array double list[ ] = {3.4, 2.0, 3.5, 5.5}, list[1] is ________",{"answer":89,"createTime":79,"id":90,"options":91,"question":95,"source":27,"type":28},[],110432193,[25,92,93,94,22],"1","2","3","If you declare an array double list[ ] = {3.4, 2.0, 3.5, 5.5}, the highest index in array list is _____",{"answer":97,"createTime":79,"id":98,"options":99,"question":105,"source":27,"type":28},[],110432195,[100,101,102,103,104],"The program has a compile error because the size of the array wasn't specified when declaring the array","The program has a runtime error because the array elements are not initialized","The program runs fine and displays x[0] is 0","The program has a runtime error because the array element x[0] is not defined","x[0] has an unpredictable value","Analyze the following code.#include &lt;iostream&gt;using namespace std;int main( ) { int x[3]; cout &lt;&lt; &quot;x[0] is &quot; &lt;&lt; x[0]; return 0;}"]