<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: what does the following code do..??</title>
	<atom:link href="https://www.emblogic.com/blog/02/what-does-the-following-code-do/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/what-does-the-following-code-do/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: sheetal sharma</title>
		<link>https://www.emblogic.com/blog/02/what-does-the-following-code-do/#comment-617</link>
		<dc:creator><![CDATA[sheetal sharma]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1882#comment-617</guid>
		<description><![CDATA[switch goes infinite because there is some characters in stdin stream that is taken by scanf() this problem can be solved if you clear the input stream.]]></description>
		<content:encoded><![CDATA[<p>switch goes infinite because there is some characters in stdin stream that is taken by scanf() this problem can be solved if you clear the input stream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>https://www.emblogic.com/blog/02/what-does-the-following-code-do/#comment-614</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Mon, 06 Feb 2012 13:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1882#comment-614</guid>
		<description><![CDATA[the actual problem was found with switch. if i use choise as an integer variable but press a character instead of integer at the time of making choise... it will go to default but also will move to infinite loop.
to solve that I had to use the code given above... but I am still not able to understand the significance of using this line...@sheetal if I entered hello\n(Enter) then, how will it be treated..??]]></description>
		<content:encoded><![CDATA[<p>the actual problem was found with switch. if i use choise as an integer variable but press a character instead of integer at the time of making choise&#8230; it will go to default but also will move to infinite loop.<br />
to solve that I had to use the code given above&#8230; but I am still not able to understand the significance of using this line&#8230;@sheetal if I entered hello\n(Enter) then, how will it be treated..??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheetal sharma</title>
		<link>https://www.emblogic.com/blog/02/what-does-the-following-code-do/#comment-610</link>
		<dc:creator><![CDATA[sheetal sharma]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 07:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1882#comment-610</guid>
		<description><![CDATA[while is executed until condition is true but there is no statement in while because of semicolon so that it only takes input and compare it with &#039;\n&#039; if condition is true loop is continue otherwise it break.]]></description>
		<content:encoded><![CDATA[<p>while is executed until condition is true but there is no statement in while because of semicolon so that it only takes input and compare it with &#8216;\n&#8217; if condition is true loop is continue otherwise it break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamran</title>
		<link>https://www.emblogic.com/blog/02/what-does-the-following-code-do/#comment-608</link>
		<dc:creator><![CDATA[kamran]]></dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1882#comment-608</guid>
		<description><![CDATA[the while statement will be executed only once.]]></description>
		<content:encoded><![CDATA[<p>the while statement will be executed only once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
