<?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: issue in assingment 02&#8230;&#8230;</title>
	<atom:link href="https://www.emblogic.com/blog/07/issue-in-assingment-02-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/issue-in-assingment-02-2/</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: sumit ahuja</title>
		<link>https://www.emblogic.com/blog/07/issue-in-assingment-02-2/#comment-959</link>
		<dc:creator><![CDATA[sumit ahuja]]></dc:creator>
		<pubDate>Tue, 10 Jul 2012 08:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3841#comment-959</guid>
		<description><![CDATA[int a;
printf(&quot;enter an integer(0 to stop): &quot;);
while(a!=0)
{
scanf(&quot;%d&quot;,&amp;i);
{
rest of ur code here..
}
}



it wont exit till 0 is entered..]]></description>
		<content:encoded><![CDATA[<p>int a;<br />
printf(&#8220;enter an integer(0 to stop): &#8220;);<br />
while(a!=0)<br />
{<br />
scanf(&#8220;%d&#8221;,&amp;i);<br />
{<br />
rest of ur code here..<br />
}<br />
}</p>
<p>it wont exit till 0 is entered..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/issue-in-assingment-02-2/#comment-958</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 14:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3841#comment-958</guid>
		<description><![CDATA[while((ch=getchar())!=&#039;0&#039;)
{
if((int)ch%2==0)
}
try to do in this way..]]></description>
		<content:encoded><![CDATA[<p>while((ch=getchar())!=&#8217;0&#8242;)<br />
{<br />
if((int)ch%2==0)<br />
}<br />
try to do in this way..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
