Define the difference between float and double type. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Define the difference between float and double type.

5th Jul 2016, 5:54 AM
Rafael Valverde
Rafael Valverde - avatar
2 Answers
+ 1
float & double are data types in language of C programming & it is used in PL/SQL queries to retrieve, alter, update & modify the data from multiple tables & these data types are in the sequence int, float, char,and double(it is also called long data type) float data type store the floating point value which is 4 bytes memory allocation & double data type will store double the float value which is 8 bytes memory allocation used as long range values.
5th Jul 2016, 10:01 AM
Mohan pochampalle
Mohan pochampalle - avatar
0
float use more memory in your RAM than a double variable.
12th Jul 2016, 8:47 AM
MARINA
MARINA - avatar