Q261
What is the type of arr in the following code? val arr = arrayof(1, 2, 3)
A.
IntArray
B.
Array<Int>
AnswerC.
int[]
D.
Int[]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board