Create a program that will ask for an integer and display the big- and little-endian format of the bits. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Create a program that will ask for an integer and display the big- and little-endian format of the bits.

Sample Run: Solve the problem By developing a computer readable program Enter integer: 12 Big endian format: 0011 Little endian format: 1100

7th Nov 2022, 2:53 AM
Yan
1 Answer
0
Help please
7th Nov 2022, 7:52 AM
Yan