lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 20
Consider the following array declaration. What are the default values of the array elements?
int?[] a = new int?[3];
A. 3
B. null
C. 0
D. 1
Links:
Arrays
Nullable Types
Collections and Data Structures