<?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>squence structure | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/squence-structure/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sat, 10 Dec 2022 04:45:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Control Structure</title>
		<link>https://studentprojects.in/software-development/cpp/c-tutorials-cpp/control-structure/</link>
					<comments>https://studentprojects.in/software-development/cpp/c-tutorials-cpp/control-structure/#respond</comments>
		
		<dc:creator><![CDATA[Shubhajna Rai]]></dc:creator>
		<pubDate>Wed, 14 Dec 2022 08:03:00 +0000</pubDate>
				<category><![CDATA[C++ Tutorials]]></category>
		<category><![CDATA[Control structure]]></category>
		<category><![CDATA[squence structure]]></category>
		<category><![CDATA[selection structure]]></category>
		<guid isPermaLink="false">https://studentprojects.in/?p=9835</guid>

					<description><![CDATA[<p>Control structures&#8217; task is to give a programme logic and flow. In C++, there are three different types of fundamental control structures. Sequence Structure Sequence structure describes the order in which a programme executes its instructions. Selection Structure The execution of instructions in accordance with the specified condition—which may be true or false—is referred to</p>
<p>The post <a href="https://studentprojects.in/software-development/cpp/c-tutorials-cpp/control-structure/">Control Structure</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Control structures&#8217; task is to give a programme logic and flow. In C++, there are three different types of fundamental control structures.</p>



<h3>Sequence Structure</h3>



<p>Sequence structure describes the order in which a programme executes its instructions.</p>



<h3>Selection Structure</h3>



<p>The execution of instructions in accordance with the specified condition—which may be true or false—is referred to as a selection structure. It is possible to use selection structures in two different ways. Either if-else statements or switch case statements are used to accomplish these tasks.</p>



<h3>Loop Structure</h3>



<p>Until the condition becomes false, an instruction is executed in a loop, which is referred to as a loop structure.</p><p>The post <a href="https://studentprojects.in/software-development/cpp/c-tutorials-cpp/control-structure/">Control Structure</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/cpp/c-tutorials-cpp/control-structure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
