Sail E0 Webinar
Question
Which statement is correct about following set of code ? int[, ]a={{5, 4, 3},{9, 2, 6}};
Options:
A .  'a' represents 1-D array of 5 integers
B .  a.GetUpperBound(0) gives 9
C .  'a' represents rectangular array of 2 columns and 3 arrays
D .  a.GetUpperBound(0) gives 2
Answer: Option C





Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :

Latest Videos

Latest Test Papers