What data type is the value 2525Solution2525 is floating poi
What data type is the value 25.25?
Solution
25.25 is floating point data type.
This data type is used to represent the factional part of the number.We can store numeric value which are fraction which is not possible in integer data type.
2 subtypes of floating data type are : 1) Float--- 4 bytes 2) Double---8 Bytes

