c语言初学者,试用goto语句出现问题,求解释

#include<stdio.h>intmain(){gotostate;state;printf("let'splayagame");charc;c=getchar()... #include<stdio.h>
int main()
{
goto state;
state ;
printf("let's play a game");
char c;
c =getchar();
fflush(stdin);

}

--------------------配置: mingw5 - CUI Debug, 编译器类型: MinGW--------------------

检查文件依赖性...
正在编译 C:\Users\hust\Documents\C-Free\Temp\未命名1.cpp...
[Error] C:\Users\hust\Documents\C-Free\Temp\未命名1.cpp:5: error: `state' was not declared in this scope
[Error] C:\Users\hust\Documents\C-Free\Temp\未命名1.cpp:4: error: label `state' used but not defined
[Warning] C:\Users\hust\Documents\C-Free\Temp\未命名1.cpp:11:2: warning: no newline at end of file

构建中止 未命名1: 2 个错误, 1 个警告
展开
 我来答
兔子和小强
2014-10-06 · TA获得超过6946个赞
知道大有可为答主
回答量:3332
采纳率:74%
帮助的人:1439万
展开全部

标签要使用冒号,而不是分号,

state:  // <-- 这里是冒号

另外,goto语句会破坏程序结构性,尽量避免使用。

百度网友afe9ac2
2014-10-06 · TA获得超过115个赞
知道小有建树答主
回答量:264
采纳率:100%
帮助的人:125万
展开全部
在软件设计的过程中有一天就是尽量不用goto语句,有极大的不可控性,所以建议趁早放弃它,养成好习惯用for 和while循环简练易懂,你的state没有定义
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
星竹lxk
推荐于2017-09-11
知道答主
回答量:26
采纳率:0%
帮助的人:9.9万
展开全部
#include<stdio.h>
int main()
{
goto state;
state ://用冒号
printf("let's play a game");
char c;
c =getchar();
fflush(stdin);

}
//goto尽量不要用
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
pingshunbobo
2014-10-06 · 超过22用户采纳过TA的回答
知道答主
回答量:116
采纳率:0%
帮助的人:63.9万
展开全部
第二个state标志 后面是帽号!!!!!!!!!!!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式