1.

What are Floating point numbers? How many types of floating number are there?

Answer»

Floating point numbers have a fractional component and they represent a greater RANGE of VALUES than integer types.

There are TWO KINDS of floating point numbers – Double and Float.
Double represents a 64-bit floating point number. It is used when values are large.
Float represents a 32-bit floating point number. It is used when values do not need 64-bit precision.



Discussion

No Comment Found