float in c





Size of float data type is four byte in all c compilers. It stores real number i.e. floating point numbers. A floating point number cannot be unsigned in c. By default all floating point number are signed in c. Hence we cannot use modifier like signed or unsigned with the float data type. 



char
int
float 
double
void 
Data type tutorial home
C tutorial home.







No comments: