Home » HTML » Html miscellaneous » Question
  1. JavaScript numbers are stored as ______________.
    1. floating point
    2. double
    3. double precision floating point
    4. integers
    5. None of these
Correct Option: C

The numbers according to international IEEE 754 standard are stored as a double precision floating point. It stores the numbers in 64-bit format, stored in bits from 0 to 51, exponent in bits is from 52 to 62 and signs in a bit is 63.



Your comments will be displayed only after manual approval.