what are the two types of floating literals
Answers
Answered by
4
there are two floating types which are :
"data type float" which is sometimes called "single precision floating point"...
"data type double " has twice as many bits which is sometimes called " double precision floating point "....
TYPE. 1) float. 2) double
SIZE. 1) 32 bits. 2) 64 bits. ...
HOPE IT WILL HELPS YOU....
"data type float" which is sometimes called "single precision floating point"...
"data type double " has twice as many bits which is sometimes called " double precision floating point "....
TYPE. 1) float. 2) double
SIZE. 1) 32 bits. 2) 64 bits. ...
HOPE IT WILL HELPS YOU....
Answered by
7
Answer:
Heya ☺
➡ "Floating point literal" refers to any literal of a floating-point type. Both float and double are floating-point types.
Hope it helps u ☺ ✌
Similar questions