Q51
Suppose we transfer a file written on a little endian machine to a big endian machine and there is no transformation from little endian to big endian, then what happens?
A.
The big endian machine throws an error when it receives the file
B.
The big endian machine reads the file in the reverse order
AnswerC.
The big endian machine does not read the file
D.
The big endian machine reads the file in the normal order
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board