考试
2020-03-15 10:24:30

9708 已知int a=1,b=-1;则语句printf(

题目描述

已知int a=1,b=-1;则语句printf("%d\n",(a--,++b));的输出结果是A.-1 B.0 C.1 D.语句错误



已知int a=1,b=-1;则语句printf("%d\n",(a--,++b));的输出结果是A.-1 B.0 C.1 D.语句错误

答案解析

00****04 B表面上看,

加载中...
AI正在思考中,请稍候...