Vidyalelo
C# Programming · Q20

Arrays and Strings in C Sharp

Programming · C# Programming · question 20

Q20

In C#, what is the default value of an uninitialized element in an integer array?

A.
-1
B.
0
Answer
C.
null
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board