- Given The Following Code Int Arr New Int 4 To Place 4 In The 3rd Space In The Array You D Use O R Arr 2 4 O 1 (66.73 KiB) Viewed 45 times
Given the following code, int "arr = new int[4]; To place 4 in the 3rd space in the array, you'd use: O (r) &arr[2]=4; O
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Given the following code, int "arr = new int[4]; To place 4 in the 3rd space in the array, you'd use: O (r) &arr[2]=4; O
Given the following code, int "arr = new int[4]; To place 4 in the 3rd space in the array, you'd use: O (r) &arr[2]=4; O (p) arr[2]=4; O (e) *arr[2]=4; (s) Only 2 of the above O (o) All of the above (not including the answer Only 2 of the above) O Other: