以下程序的运行结果是【 】。 define MAX(a,b)(a>b?a:b)+1 main() { int i=6,j=8,k; printf("%d\n",MAX(i,j)); }
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索