Vidyalelo
C# Programming · Q4

Arrays and Strings in C Sharp

Programming · C# Programming · question 4

Q4

Which of the following statements is true regarding arrays in C#?

A.
Arrays in C# can dynamically resize
B.
The length of an array cannot be changed
Answer
C.
Arrays in C# can only store primitive types
D.
None of the above

Answer: Option B

Solution

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