答案D 2.参考代码#include
void main(){
int a=1,b=2,c=2;
if(a+b>c)
{
printf("比较表达式中可以包含算术表达式n");
}
}输出结果比较表达式中可以包含算术表达式