How big is a float?


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

Post New Answer

More C Sharp Interview Questions

If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What are async and await?

0 Answers  


C# called c sharp why?

0 Answers  


Can you prevent a class from being instantiated?

0 Answers  


Why do we use dataset in c#?

0 Answers  


Is goto statement supported in C#? How about Java?

2 Answers  


Why we use get and set method in c#?

0 Answers  


What is the difference between selection and projection?

0 Answers  


What is Web.config?

0 Answers   Amazon,


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 do u meant by "SBI" of an object?

0 Answers  


What is parsing?

0 Answers  


Categories