对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。
A: Dima(10)
B: ReDima(10)
C: ReDimPreservea(10)
D: Dima(5To10)
A: Dima(10)
B: ReDima(10)
C: ReDimPreservea(10)
D: Dima(5To10)
举一反三
- 对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。 A: ADima(10) B: BReDima(10) C: CReDimPreservea(10) D: DDima(5To10)
- 若有数组说明语句为:Dima(10),则数组a包含元素的个数是().
- 下列数组声明正确的是() A: Dima(1ton)AsInteger B: Dima(10)AsInteger:ReDima(1to12) C: Dima()AsInteger:ReDima(3,4)AsInteger D: Dima()AsInteger:ReDima(1ton)AsInteger
- 下面的数组定义语句正确的是()。 A: Dima[3] B: Dima[3to4] C: Dima(10 4) D: Dima(3to6)
- 若要定义一个具有10个元素的整型数组,下列语句不正确的是()。 A: Dima(10)AsInteger B: Dima%(9) C: Dima(0To9)AsInteger D: Dima%(1To10)