Home / C Programming / Floating Point Issues :: Discussion

Discussion :: Floating Point Issues

  1. A float occupies 4 bytes. If the hexadecimal equivalent of these 4 bytes are A, B, C and D, then when this float is stored in memory in which of the following order do these bytes gets stored?

  2. A.
    ABCD
    B.
    DCBA
    C.
    0xABCD
    D.
    Depends on big endian or little endian architecture

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment