What does bit shifting a byte array element do in C

前端 未结 0 876
温柔的废话
温柔的废话 2020-12-14 09:48

I am trying to understand this bit of code.

uint8_t input[4];//Just the relevant bits of code here
unsigned int s = (input[0] << 24) | (input[1] <<         


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