最佳答案:定义静态数组: int Array[5];定义一个整型数组,这个数组有5个元素 定义动态数组: int* ptr = new int [5];定义含有5个整数元素的数组 静态数组输出: for(int