#include<stdio.h> int main(void) { int a=(1, 2), 3; printf("%d", a); return 0; }
输出:2 任何人都可以解释输出是2吗?
c comma-operator
c ×1
comma-operator ×1