Q34
What is the result of the expression string[] fruits = "Apple", "Banana", "Orange"; in C#?
A.
A compilation error
B.
Initializes an empty array
C.
Declares an array with three elements
AnswerD.
Initializes an array with three elements
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board