Tag: 顺序点

这个程序有任何序列点问题吗?

#include int main() { int i=7,j; j=(i++,++i,j*i); return 0; } j =(i ++,++ i,j * i);这个定义得很好吗? 让我明白我的疑问。