It is converting the int to an unsigned int and then doing the comparison. This int = -3, which is 0xfffffffd (32 bit) which when viewed as ...
確定! 回上一頁