Topic-6: Data Type , Memory size,Range Leave a Comment / Programming C / By DESHAPRIYA_PORTFOLIO Data Type intvoidcharfloatdouble Size(Bits) 2 bytes or 16 bits // 4 bytes or 32 bits1 bytes or 8 bits1 bytes or 8 bits4 bytes or 32 bits // 8 bytes or 64 bits8 bytes or 64 bits Ranges 32768 to 32767 or 2,147,783,648 to 2,147,483,647Nothing128 to 1273.4e-38 to 3.4e+391.7e-308 to 1.7e +308