Page 1 of 1

Give a single C instruction using bitwise operators to copy bits 2 through 5 of a short int i and "paste" them into bits

Posted: Mon May 09, 2022 7:02 am
by answerhappygod
Give a single C instruction using bitwise operators to copy bits 2 through 5 of a short int i and "paste" them into bits 11 through 14 of the int i