我想知道这段C语言代码中的i是如何计算的?
int x = 10, y = 20, z = 5, i; i = x < y < z; printf("%d\n",i);
c evaluation relational-operators
c ×1
evaluation ×1
relational-operators ×1