Look at the following code, which demonstrate the declaration and initialization of an array. int age[5]={2,3,4,5,6};. It is not necessary to define the size of ...
確定! 回上一頁