What is the Difference between read only and constant
variables?
Answer Posted / pankaj
Readonly variable can be assigned in run time but constant
variables cnt assign at run time.constant variables is
assigned at compile time only
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between abstract class and interface in .net?
Why ref is used in c#?
Is std :: string null terminated?
Explain deadlock?
What benefit do you get from using a primary interop assembly (pia)?
Describe the process of “exception handling implementation” in c#?
What to implement on my class Finalize or IDisposable
What is datarelation c#?
What is the difference between list and arraylist in c#?
Major difference between Basic httpbinding and WShttpbinding?
Where is the keyword void used?
What is difference between arraylist and list in c#?
How do I format in c#?
Is python easier than c#?
Why we use get and set property in c#?