任何人都可以帮我解释一下:
int a, b, c, d; a = 2; b = 4; c = a, b; d = (a, b);
为什么c == 2和d == 4???
c == 2
d == 4
c c++ visual-c++
c ×1
c++ ×1
visual-c++ ×1