Rk Khan
Rk Khan
7 years ago

What is float?

Solution(By Examveda Team)

Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point.

This Question Belongs to User Ask Question >> Miscellaneous

Join The Discussion

Comments ( 1 )

  1. Sunnykant Tiwari
    Sunnykant Tiwari :
    7 years ago

    A float is a data type just like int and char ,but it holds values like 2.00 ,i.e in fraction

Related User Ask Questions