Q16
Which of the following is a valid variable declaration in C#?
A.
num = int;
B.
int num;
AnswerC.
int = num;
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board