Describe how float and double data type are stored in computer momory in c language
Answers
Answered by
0
Answer:
float: It is used to store decimal numbers (numbers with floating point value) with single precision. double: It is used to store decimal numbers (numbers with floating point value) with double precision.
Similar questions