语句标号是一种用来标识语句的标识符,用冒号分割
#include<iostream> using namespace std; //goto只能在一个函数体内进行转向 int main(){ int i;
for( i=0;i<100;i++) if(i==50) goto found; cout<<"Not found!"<<endl; goto end;
found:cout<<i<<endl;//found语句 end:;//end标志是一个空语句 }

友情链接
KaDraw流程图
API参考文档
OK工具箱
云服务器优惠
阿里云优惠券
腾讯云优惠券
华为云优惠券
站点信息
问题反馈
邮箱:[email protected]
QQ群:637538335
关注微信