标题:请高手解一道题
取消只看楼主
dengjianyu
Rank: 1
来 自:江西
等 级:新手上路
帖 子:9
专家分:2
注 册:2010-9-25
结帖率:60%
已结贴  问题点数:5 回复次数:0 
请高手解一道题
#include<stdio.h>
int hello()
{
    printf("hello world\n");
return 1;
}
void main()
{

    hello();
        printf("da jia hao ");
}
帮我解释下这道题,main()位置所起的作用,int换void输出一样,return1起什么作用
搜索更多相关主题的帖子: void return hello world 
2010-09-26 11:09



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




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

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