C Programming - Floating Point Issues - Discussion

Discussion Forum : Floating Point Issues - General Questions (Q.No. 8)
8.
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?
ABCD
DCBA
0xABCD
Depends on big endian or little endian architecture
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
36 comments Page 4 of 4.

SAGAR said:   1 decade ago
Thanks nice explanation.

Ganesh said:   1 decade ago
Thank you all for such wonderful explanation.

Usman ali ar said:   10 years ago
What is meaning of this answer?

Thenu said:   9 years ago
Thank you for all your explanation.
(1)

Raj said:   8 years ago
Please give an explanation. I am not getting the answer.

Ridhima Ramteke said:   8 months ago
Thank you for explaining the answer.


Post your comments here:

Your comments will be displayed after verification.