Computer Science, asked by ggsj5996, 11 months ago

Describe how float and double data type are stored in computer momory in c language

Answers

Answered by preetygirl97
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