搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 请教-------新手
标题:
请教-------新手
取消只看楼主
chendazhao
等 级:
新手上路
帖 子:87
专家分:0
注 册:2007-12-5
结帖率:
100%
楼主
问题点数:0 回复次数:1
请教-------新手
最后一个getch()有起什么用.可不可以不用;
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
main()
{
char name[20];
printf("Input a name:");
gets(name);
printf("The name input was: %s\n", name);
getch();
}
搜索更多相关主题的帖子:
name
include
The
getch
2008-01-02 11:17
chendazhao
等 级:
新手上路
帖 子:87
专家分:0
注 册:2007-12-5
第
2
楼
得分:0
哦.是这样.谢谢诸位
2008-01-02 12:35
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-195437-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.515351 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved