Q32
Which of the following is a valid way to declare a constant string in C#?
A.
MESSAGE const = "Hello";
B.
const string MESSAGE = "Hello";
AnswerC.
const MESSAGE = "Hello";
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board