what is the largest and smallest of all primitive data types
Answers
Answered by
1
Answer:
"boolean" is smallest ( size 1 bit, true or false)for example- true, false
largest is "double" ( size 64 bits) possible value is " IEEE 754 floating point"
for example-
1.23456e300d, -1.23456e-300d, 1e1d
Explanation:
hope this ans is useful for you
Similar questions