<?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: facing associativity issue in last two statments of the followin programme&#8230;pls explain it</title>
	<atom:link href="https://www.emblogic.com/blog/07/facing-associativity-issue-in-last-two-statments-of-the-followin-programme-pls-explain-it/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/facing-associativity-issue-in-last-two-statments-of-the-followin-programme-pls-explain-it/</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: ashish.dahiya</title>
		<link>https://www.emblogic.com/blog/07/facing-associativity-issue-in-last-two-statments-of-the-followin-programme-pls-explain-it/#comment-920</link>
		<dc:creator><![CDATA[ashish.dahiya]]></dc:creator>
		<pubDate>Tue, 03 Jul 2012 06:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3755#comment-920</guid>
		<description><![CDATA[we execute first 
  uniary operators ,   
  binary operator
, logical operators
  shifting operators 
  logical 
then assignment operators]]></description>
		<content:encoded><![CDATA[<p>we execute first<br />
  uniary operators ,<br />
  binary operator<br />
, logical operators<br />
  shifting operators<br />
  logical<br />
then assignment operators</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish.dahiya</title>
		<link>https://www.emblogic.com/blog/07/facing-associativity-issue-in-last-two-statments-of-the-followin-programme-pls-explain-it/#comment-918</link>
		<dc:creator><![CDATA[ashish.dahiya]]></dc:creator>
		<pubDate>Tue, 03 Jul 2012 04:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3755#comment-918</guid>
		<description><![CDATA[step (1) here we have three operator
step  (2) &gt;= will be executed first than conditional operator because of more precedence.
step (3)  we know if there are more than one   operator of same type then we see associativity and for &gt;= opreator we move left to right side.
hence....here 

ist statement z&gt;=y&gt;=x?1:0 will be seen as
              z&gt;=y true so 1 now is becomes
              1&gt;=x?1:0
              1&gt;=x false 0 now it becomes
              0?1:0
              this is conditional operator
              result is 0 
similerly we see next statement .]]></description>
		<content:encoded><![CDATA[<p>step (1) here we have three operator<br />
step  (2) &gt;= will be executed first than conditional operator because of more precedence.<br />
step (3)  we know if there are more than one   operator of same type then we see associativity and for &gt;= opreator we move left to right side.<br />
hence&#8230;.here </p>
<p>ist statement z&gt;=y&gt;=x?1:0 will be seen as<br />
              z&gt;=y true so 1 now is becomes<br />
              1&gt;=x?1:0<br />
              1&gt;=x false 0 now it becomes<br />
              0?1:0<br />
              this is conditional operator<br />
              result is 0<br />
similerly we see next statement .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
