What does this line of code does in C programming?

后端 未结 0 653
旧巷少年郎
旧巷少年郎 2020-12-15 04:13

code :-

pu->queue[pu-rear = (pu->rear + 1) % pu->size ];

I know the workings of the queue but i\'m just confused about the assigning va

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