<?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 01</title>
	<atom:link href="https://www.emblogic.com/blog/07/issue-in-assingment-01/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/issue-in-assingment-01/</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: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/issue-in-assingment-01/#comment-910</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 19:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3765#comment-910</guid>
		<description><![CDATA[and x+=y+=z  (+= assignment operator)
y=y+z;y=2
x=x+y;x=3

z+=x&lt;y;
split it like...z=(z+x)&lt;y  (+ has higher priority then relational operator(&lt;))
so you have to solve it first)]]></description>
		<content:encoded><![CDATA[<p>and x+=y+=z  (+= assignment operator)<br />
y=y+z;y=2<br />
x=x+y;x=3</p>
<p>z+=x&lt;y;<br />
split it like&#8230;z=(z+x)&lt;y  (+ has higher priority then relational operator(&lt;))<br />
so you have to solve it first)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/issue-in-assingment-01/#comment-909</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 19:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3765#comment-909</guid>
		<description><![CDATA[?:it&#039;s a TERNARY operator and applicable for single statement..
supppose you have two values x=9 and y=10
(x&gt;y)?x:y  then 10 will be printed ,it just behaves like your if-else 
x+=y+=z]]></description>
		<content:encoded><![CDATA[<p>?:it&#8217;s a TERNARY operator and applicable for single statement..<br />
supppose you have two values x=9 and y=10<br />
(x&gt;y)?x:y  then 10 will be printed ,it just behaves like your if-else<br />
x+=y+=z</p>
]]></content:encoded>
	</item>
</channel>
</rss>
