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.

Raghu said:   1 decade ago
Thank you kavitha.

Nishtha said:   2 decades ago
Thank you so much.

G.V.narayanan said:   1 decade ago
Explain clearly.

Shrikant said:   1 decade ago
Thanks Santosh.

Harish said:   2 decades ago
Thanks dude :)

Souravb said:   2 decades ago
Thanks dude!!


Post your comments here:

Your comments will be displayed after verification.