define the float data type of c languagethe float


Define the Float Data Type of c Language?

The float is used to define floating point numbers. The Floating point numbers are stored in 32 bits with 6 digits of precision.

Eg:
{
float Miles;
Miles = 5.6;
}

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: define the float data type of c languagethe float
Reference No:- TGS0304612

Expected delivery within 24 Hours