问答题

The output of the following source code is [填空1].
int a = 2, b = 0;

if (a||b++)

{

    cout << b;

}

答案: 1、0
微信扫码免费搜题