What is a float?



What is a float?..

Answer / Manish Shukla

In C#, a `float` is a single-precision floating-point number data type that can represent real numbers with up to seven decimal digits of precision.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

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 we free the memory in C#.NET.

3 Answers   Synechron,


What is delegates in c# and uses of delegates?

1 Answers  


What is a nullreferenceexception?

1 Answers  


What is inner class in c#?

1 Answers  


What is a ienumerator?

1 Answers  


What is a console device?

1 Answers  


Explain the difference between boxing and unboxing.

1 Answers   Accenture,


How do you create partial methods?

1 Answers  


What is strong name in c# and how can we use it?

1 Answers   DELL,


What is the difference between ref and out parameters in c#?

1 Answers  


What is the data encapsulation?

1 Answers  


Categories