How do C treat comparison between three variables?

后端 未结 0 453
陌清茗
陌清茗 2021-02-05 11:08

I have a following code:

int a,b,c;
a=6,b=3,c=1;
if (a

How could this code gives me “Left”

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