QA.TechInterviews.com - your tech questions answered
What Will I Do To Make My Billion Number Works?
i already used long and currency data type but it gives an overflow error.
a=9*1000000000
visual basic
depends what language u're in, but first of all, can't u do 9E9 (9 * 10^9)?
if not, then there should be a data type called "long int" for long integers, or "long long int" on certain languages. Also, if u want to use floating point, use the "double" data type.
depends what language u're in, but first of all, can't u do 9E9 (9 * 10^9)?
if not, then there should be a data type called "long int" for long integers, or "long long int" on certain languages. Also, if u want to use floating point, use the "double" data type.
where are you using this billion number data?
please send in more details..
that may be more helpful...

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.