Can we change static variable value in c#?


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

Post New Answer

More C Sharp Interview Questions

Define satellite Assembly in .NET?

0 Answers   DELL,


Why dataset is used in c#?

0 Answers  


what is garbage collection?

8 Answers   Protech,


What is the function of .IsDescendent()?

0 Answers   Abacus,


C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

3 Answers   Visual Soft,


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What is use of a HashTable in .NET?

0 Answers   Arigo Infotech,


what is collections in .net? why we use?

0 Answers  


Is as keyword in c#?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What is the use of system.environment class in c#.net?

0 Answers  


Categories