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