Vidyalelo
C# Programming · Q16

Variables and Constants in C Sharp

Programming · C# Programming · question 16

Q16

Which of the following is a valid variable declaration in C#?

A.
num = int;
B.
int num;
Answer
C.
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