标题:为什么打印2?
取消只看楼主
sarras
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2016-12-24
 问题点数:0 回复次数:0 
为什么打印2?
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
int main(void)
{
    int a=1;
    if (a=0){
        printf("%d",0);
    }
    if (a!=0){
        printf("%d",1);
    }else{
        printf("%d",2);
    }
    return 0;
}
如题,a不等于0是正确的?
搜索更多相关主题的帖子: include return 
2016-12-24 01:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-472849-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.109264 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved