|
Study Material
Computer Applications
If int arr[] = {3, 5, 7, 9}; what is the value of arr.length?
3
5
4
Cannot be determined
Java Arrays
10 Likes
Answer
4
Answered By
1 Like
Related Questions
Given array int x[] = {11, 22, 33, 44}; the value of x[1] is ........... .
View Answer
Bookmark Now
Given array int x[] = {11, 22, 33, 44}; the value of x[1+2] is ........... .
View Answer
Bookmark Now
Given array int z[] = {15, 16, 17}; It will occupy ........... bytes in memory.
View Answer
Bookmark Now
A linear search ...........
View Answer
Bookmark Now