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
what is the scope of anonymous type ?
What kind of the information stored inside the assembly?
Why is c# a good programming language?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is wpf application in c#?
Where static variables are stored?
Explain anonymous type in c#?
How do I edit a dll file?
Explain the difference between user control and custom control. Also, explain their use.
What are the different types of constructors in c#?
What is difference between Enum and Struct?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Why we use dll in c#?
What is the default value of date?
What is a web service in c#?