下列程序段执行后,输出d的值为( )
void main( )
{
int a=1, b=0, c=-1, d=0;
d=++a||++b&&++c;
cout<<d<<endl;
return;
}
发布于 2020-12-25 22:53:33
登录后免费查看答案
关注者
0
被浏览
66