

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct way to obtain the number of elements present in the array given below? int[] intMyArr = {25, 30, 45, 15, 60}; 1.intMyArr.GetMax; 2.intMyArr.Highest(0); 3.intMyArr.GetUpperBound(0); 4.intMyArr.Leng |
A. | 3, 4 |
B. | 1, 2 |
C. | 1, 5 |
D. | 3, 5 |
Answer» B. 1, 2 | |