What is difference between constants and read-only?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why we use get and set method in c#?

0 Answers  


Why do we need dependency injection in c#?

0 Answers  


What is the use of regex in c#?

0 Answers  


What is sqladapter c#?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  






What is the difference between namespace and class?

0 Answers  


What is better C# or VB.NET?

0 Answers  


Is c# code is managed or unmanaged code?

0 Answers  


Which is executed if an exception has not occurred?

0 Answers   Siebel,


What does virtual keyword mean ?

6 Answers   TCS,


What is the difference between early binding and late binding in c#?

0 Answers  


Will the following code compile?

0 Answers  


Categories