Q40
In C#, which keyword is used to declare a variable that cannot be modified once it is assigned a value?
A.
readonly
B.
static
C.
const
AnswerD.
volatile
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board