Syntax error Endian order and binary files in C++

Endian order and binary files in C++



In the binary file and data management, endianness is the sequence of bytes of a digital data inside the computer memory.

In computer memory there are two type of endian order,

Big-endian system stores the most significant byte of the data.

Small-endian systems store the least significant byte of the data.

Updated on: 2021-01-22T12:49:11+05:30

623 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements