for which type of data currency is not used
Answers
Answered by
1
What data type is currency?
Currency variables are stored as 64-bit (8-byte) numbers in an integer format, scaled by 10,000 to give a fixed-point number with 15 digits to the left of the decimal point and 4 digits to the right.
Similar questions