<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>c语言goto语句用是什么</title>
	<atom:link href="https://www.aitaocui.cn/tag/125110/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Mon, 21 Nov 2022 22:55:44 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>c语言goto语句用是什么</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>c语言goto语句用是什么（c语言goto语句用法）</title>
		<link>https://www.aitaocui.cn/article/196220.html</link>
					<comments>https://www.aitaocui.cn/article/196220.html#respond</comments>
		
		<dc:creator><![CDATA[曾轶]]></dc:creator>
		<pubDate>Mon, 21 Nov 2022 22:55:44 +0000</pubDate>
				<category><![CDATA[生活]]></category>
		<category><![CDATA[c语言goto语句用是什么]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=196220</guid>

					<description><![CDATA[1、C语言中goto又叫无条件转移语句，可以让程序直接跳转到任意标记的位置。用法就是“gotolabel……label”。下面用一个示例来演示具体的用法，这里先新建一个C语言的程序...]]></description>
										<content:encoded><![CDATA[</p>
<p>1、C语言中goto又叫无条件转移语句，可以让程序直接跳转到任意标记的位置。用法就是“gotolabel……label”。下面用一个示例来演示具体的用法，这里先新建一个C语言的程序文件，演示使用的是VisualStudio软件作为开发工具。 </p>
<p>2、输入goto语句应用代码，这里先定义两个变量a和b，然后用printf函数打印两句话，直接用goto语句强制跳转到打印b语句的end标记位置，此时a的打印就不会执行了。 </p>
<p>3、编译执行程序，按下crtl＋F5打开命令行，就可以看到执行的结果，打印出了b语句，和预期的结果一样。以上就是C语言中goto的用法。</p>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/196220.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
