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
1 Réponse
0
Help please