Home » C Programming » Floating Point Issues

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?

Correct Answer: Depends on big endian or little endian architecture

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion