What are variables in c#?


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

Post New Answer

More C Sharp Interview Questions

Describe ways of cleaning up objects.

8 Answers   Wipro,


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


What are tuples c#?

0 Answers  


Explain About friend and Protected friend

0 Answers  


What is the use of tuple in c#?

0 Answers  






How many bytes is an int in c#?

0 Answers  


Can a constructor have a return type?

0 Answers  


What is list array in c#?

0 Answers  


Can you declare the override method static while the original method is non-static?

5 Answers  


What are collections 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  


How can you clean up objects holding resources from within the code?

2 Answers   L&T, Wipro,


Categories