Wednesday, October 14, 2020

Programming Basic questions

 Floating point data types are always signed (can hold positive and negative values).

CategoryTypeMinimum SizeTypical Size
floating pointfloat4 bytes4 bytes
double8 bytes8 bytes
long double8 bytes8, 12, or 16 bytes

No comments:

Post a Comment