Computer Applications
Given array int x[] = {11, 22, 33, 44}; the value of x[1] is ........... .
- 11
- 22
- 33
- Invalid value
Java Arrays
12 Likes
Answer
22
Answered By
1 Like
Related Questions
- The size of an array that signifies the number of elements it can store is given using ........... brackets.
- Given array int x[] = {11, 22, 33, 44}; the value of x[1+2] is ........... .
- If int arr[] = {3, 5, 7, 9}; what is the value of arr.length?
- Given array int z[] = {15, 16, 17}; It will occupy ........... bytes in memory.