所有的Hiii
我今天做了这个节目
int main() { int a = 1,2; /* Shows error */ int b = (1,2); /* No error */ }
为什么第一个显示错误而第二个没有?Just()使一个程序编译.为什么?
--Shruti
c operator-precedence
c ×1
operator-precedence ×1