Monday, March 23, 2015

datatypes in c

The data types are used for the compiler to allocate memory
the data types in c are

char  ................. its size is -128to127
int.......................its size is -32768to32767
float....................its size is -3.4e-38to 3.4e+38
double................its size is 1.7e-308 to 1.7e+308

No comments:

Post a Comment