Q8
What is the correct way to declare a string variable in C#?
A.
var str;
B.
string str;
AnswerC.
string = str;
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board