Explain the difference between big-endian and little-endian byte ordering. Why does it matter in Embedded C?
Explain the difference between big-endian and little-endian byte ordering. Why does it matter in Embedded C?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
标签: interviewbit, c, topic-specific, systems
参考答案摘要
Endianness defines how multi-byte data types (such as 16-bit or 32-bit integers) are stored in memory. In little-endian systems, the Least Significant Byte (LSB) is stored at the lowest memory address...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。