Does !x equals to true when x is negative?

前端 未结 0 971
被撕碎了的回忆
被撕碎了的回忆 2021-01-04 03:41
int main() {
    
        int x = -1;
                    
        if (!x) {
            printf("Yes\\n");
                
        }
    }
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题