A blog posting problems and tutorials for blog visitors to practice and gain experience.
AD1
Monday, 13 March 2017
Reverse bits of Byte
write a C function to reverse the bits of a Byte as example if we have variableunsigned char x=0x07=0b00000111 as input parameter after reversing its bits it would return 11100000
No comments:
Post a Comment