How can i match a 16 bits to 32 bits using bitwise operator in C without changing the value

后端 未结 0 1624
一整个雨季
一整个雨季 2020-11-22 03:44

I am doing a c program to only use the bitwise operation to do division, with my dividend as 32 bits and divisor as 16bits. How can I convert my divisor to 32 bits without c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题