how to check power of 2 in C

The below code will check whether the given number is power of 2 or not

Link :
https://github.com/vaneeswaran/my_c_codes/blob/master/bit_operations/check_power_of_two.c

Comments