• 2022-06-04 问题

    对于正在使用的动态数组a(n),要增加3个数组元素,又要保留原来数组中的值,则下列语句正确的是___________。 A: Dima(n+3) B: ReDima(n+3) C: DimPreservea(n+3) D: ReDimPreservea(n+3)

    对于正在使用的动态数组a(n),要增加3个数组元素,又要保留原来数组中的值,则下列语句正确的是___________。 A: Dima(n+3) B: ReDima(n+3) C: DimPreservea(n+3) D: ReDimPreservea(n+3)

  • 2022-07-29 问题

    对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。 A: Dima(10) B: ReDima(10) C: ReDimPreservea(10) D: Dima(5To10)

    对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。 A: Dima(10) B: ReDima(10) C: ReDimPreservea(10) D: Dima(5To10)

  • 1