<?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: </title>
	<atom:link href="https://www.emblogic.com/blog/01/1473/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/1473/</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: harpreet.singh</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-498</link>
		<dc:creator><![CDATA[harpreet.singh]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-498</guid>
		<description><![CDATA[In second statement, value of z i.e 4 is assigned to y &amp; x==4 returns false value &amp; then  x returns previous value stored in it, 
This is due to exception handling &amp; throw function in this compiler which prints previous stored value.
u can check it by removing statement x=y==z and then executing program.]]></description>
		<content:encoded><![CDATA[<p>In second statement, value of z i.e 4 is assigned to y &amp; x==4 returns false value &amp; then  x returns previous value stored in it,<br />
This is due to exception handling &amp; throw function in this compiler which prints previous stored value.<br />
u can check it by removing statement x=y==z and then executing program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tanvir520</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-486</link>
		<dc:creator><![CDATA[tanvir520]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 14:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-486</guid>
		<description><![CDATA[will u please explain]]></description>
		<content:encoded><![CDATA[<p>will u please explain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tanvir520</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-485</link>
		<dc:creator><![CDATA[tanvir520]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-485</guid>
		<description><![CDATA[why this x will return previous stored value in last statement when it is false in current statement?]]></description>
		<content:encoded><![CDATA[<p>why this x will return previous stored value in last statement when it is false in current statement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheetal.sharma</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-483</link>
		<dc:creator><![CDATA[sheetal.sharma]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-483</guid>
		<description><![CDATA[y==z returns 1 which is assigned to x therefore 
x=1
x==(y=z) does no effect on value of x]]></description>
		<content:encoded><![CDATA[<p>y==z returns 1 which is assigned to x therefore<br />
x=1<br />
x==(y=z) does no effect on value of x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikrant.salwan</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-482</link>
		<dc:creator><![CDATA[vikrant.salwan]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-482</guid>
		<description><![CDATA[as y==z returns true value i.e 1 ,therefore this value is assigned to x ,hence x=1 in first expression,...
  and in second one, value of z i.e 4 is assigned to y &amp; x==4 returns false value therefore x returns previous value stored in it i.e 1......]]></description>
		<content:encoded><![CDATA[<p>as y==z returns true value i.e 1 ,therefore this value is assigned to x ,hence x=1 in first expression,&#8230;<br />
  and in second one, value of z i.e 4 is assigned to y &amp; x==4 returns false value therefore x returns previous value stored in it i.e 1&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simarpreet.singh</title>
		<link>https://www.emblogic.com/blog/01/1473/#comment-481</link>
		<dc:creator><![CDATA[simarpreet.singh]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1473#comment-481</guid>
		<description><![CDATA[x=1;
x=1;]]></description>
		<content:encoded><![CDATA[<p>x=1;<br />
x=1;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
