An out-of-range value

来源:互联网 发布:win 2008 如何打开端口 编辑:程序博客网 时间:2024/04/27 03:02

1.If we assign an out-of-range value to an object of unsigned type, the result is the remainder of the modulo the number of values the target type can hold.

2.If we assign an out-of-range value to an object of signed type, the result is undefined.

0 0