Answer Posted / payal mehta
A constant value must be initialized at the time of
declaration
and this value cannot be changed anywhere in the program.
A Read-only value can be assigned any time but it
should not be modified anywhere in the program.we can only
view not edit its value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In .NET which is the smallest unit of execution?
What is a hashset c#?
What is the difference between function and method in c#?
What are the string functions in c#?
How many constructors can a class have c#?
What is difference between ilist and list?
What does public mean in c#?
What is inner class in c#?
Explain “static” keyword in c#?
What is use of a HashTable in .NET?
what is difference between destruct or and garbage collection ?
What is cshtml extension?
What is an abstract class c#?
Is namespace a class?
What does assert() do in c#?