In rectangular array items, which expression below retrieve the value at row 3 and column 5?
a) items[3. 4]
b) items[3][4]
c) items[3, 4]
c) None of the above.
c) items[3, 4]
Computer Science & Information Technology
You might also like to view...
Linear search is highly inefficient compared to binary search when dealing with:
a. Small, unsorted arrays. b. Small, sorted arrays. c. Large, unsorted arrays. d. Large, sorted arrays.
Computer Science & Information Technology
What is recursion?
What will be an ideal response?
Computer Science & Information Technology