Smartmind
.global
Consider the following code: int[] arr = {1, 2, 3}; What is the value of arr[1]?
3
2
1
Error
Computer Science Exercises are loading ...