下面程序 main() { int i,j,m,n; i=5; j=10; m=++i; n=j++; printf("%d,%d,%d,%d",i,j,m,n); } 运行后,i,j,m,n的值分别是_______。
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索