Q2. What is the type of arr in the following code? val arr = arrayOf(1, 2, 3)
int[]
Int[]
IntArray
Array