问答题
阅读程序,写出程序段的结果。
该程序运行的结果是3
问答题 阅读程序,写出程序段的结果。
问答题 int A,B,C,m=1,n=0; A=(--m=n++)?- -m:++n; B=++m; C=n--; 执行完上面的语句段后,写出A、B、C的值