Google News
logo
C# - Quiz(MCQ)
Which of the following property of Array class in C# checks whether the Array has a fixed size?
A)
Length
B)
IsStatic
C)
IsFixedSize
D)
None of the Above.

Correct Answer :   IsFixedSize

Advertisement