Q12
What is the result of the following code in C#: string[] fruits = "Apple", "Banana", "Orange"; Console.WriteLine(fruits[1]);
A.
Apple
B.
Orange
C.
Error
D.
Banana
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board