how to swap even and odd bits in C
The below code is used to swap the even and odd bits in a 32 bit integer
Github Link :
https://github.com/vaneeswaran/my_c_codes/blob/master/bit_operations/swap%20even%20and%20odd%20bits%20in%20a%2032%20bit%20integer.c
Github Link :
https://github.com/vaneeswaran/my_c_codes/blob/master/bit_operations/swap%20even%20and%20odd%20bits%20in%20a%2032%20bit%20integer.c
Comments
Post a Comment