Solved

What Task Is Accomplished by the Following Code? Dim IntFirstArray(2)

Question 14

Multiple Choice

What task is accomplished by the following code? Dim intFirstArray(2) As Integer
Dim intSecondArray(2) As Integer
IntFirstArray(0) = 10
IntFirstArray(1) = 19
IntFirstArray(2) = 26
IntSecondArray = intFirstArray


A) Two distinct arrays are created in memory with the same values.
B) intFirstArray and intSecondArray reference the same array in memory
C) This code will generate a run-time error. You cannot assign the name of one array to another.
D) intFirstArray is initialized with values but intSecondArray contains no values

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents