<?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&#8217;s going on here????printing x=1 and y=1</title>
	<atom:link href="https://www.emblogic.com/blog/02/whats-going-on-hereprinting-x1-and-y1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/whats-going-on-hereprinting-x1-and-y1/</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: gaurav.sharma</title>
		<link>https://www.emblogic.com/blog/02/whats-going-on-hereprinting-x1-and-y1/#comment-649</link>
		<dc:creator><![CDATA[gaurav.sharma]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 06:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1951#comment-649</guid>
		<description><![CDATA[it is like a whole if and else within a single if
pictorially:
 if(condition)
 {
   if(condition)
   execute;
   else
   execute;
}]]></description>
		<content:encoded><![CDATA[<p>it is like a whole if and else within a single if<br />
pictorially:<br />
 if(condition)<br />
 {<br />
   if(condition)<br />
   execute;<br />
   else<br />
   execute;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheetal sharma</title>
		<link>https://www.emblogic.com/blog/02/whats-going-on-hereprinting-x1-and-y1/#comment-641</link>
		<dc:creator><![CDATA[sheetal sharma]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 13:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1951#comment-641</guid>
		<description><![CDATA[there is nested if first if is false as y=1 so it does not execute second if and print value of x and y i.e 1]]></description>
		<content:encoded><![CDATA[<p>there is nested if first if is false as y=1 so it does not execute second if and print value of x and y i.e 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
