MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about arrays used in C#.NET? 1.Arrays can be rectangular or jagged. 2.Rectangular arrays have similar rows stored in adjacent memory locations. 3.Jagged arrays do not have an access to th |
| A. | 1, 3, 5 |
| B. | 1, 2 |
| C. | 1, 2, 5 |
| D. | 3, 4 |
| Answer» D. 3, 4 | |