单选题

在C++中,以下代码的输出是什么()

 int a = -5;
 unsigned int b = a;
 cout << b;


A.

-5

B.

5

C.

4294967291

D.

编译错误

发表评论

登录 后再回复