Q49
What is the correct syntax to declare an array of strings in C#?
A.
string[] array
AnswerB.
array
C.
string array[]
D.
string array
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board