首页
编程
java
php
前端
首页
编程
java
php
前端
c语言中expr==0与!expr等价 但若expr本身就是0 结果为真还是假?
expr==0与!expr等价 但若expr本身就是0 结果为真还是假?
0==0为真
!0为真
点击展开全文