<?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: Order of Precedence</title>
	<atom:link href="https://www.emblogic.com/blog/07/order-of-precedence/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/order-of-precedence/</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: Kuldeep Dhanotia</title>
		<link>https://www.emblogic.com/blog/07/order-of-precedence/#comment-276</link>
		<dc:creator><![CDATA[Kuldeep Dhanotia]]></dc:creator>
		<pubDate>Sat, 01 Oct 2011 13:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=787#comment-276</guid>
		<description><![CDATA[sir actually he want assurance of his observation]]></description>
		<content:encoded><![CDATA[<p>sir actually he want assurance of his observation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m.siddarth</title>
		<link>https://www.emblogic.com/blog/07/order-of-precedence/#comment-187</link>
		<dc:creator><![CDATA[m.siddarth]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 06:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=787#comment-187</guid>
		<description><![CDATA[Could you elaborate the question? So that it would help us to solve us more precisely.]]></description>
		<content:encoded><![CDATA[<p>Could you elaborate the question? So that it would help us to solve us more precisely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamran ali</title>
		<link>https://www.emblogic.com/blog/07/order-of-precedence/#comment-186</link>
		<dc:creator><![CDATA[kamran ali]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 19:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=787#comment-186</guid>
		<description><![CDATA[In the case of same operator existing in the mathematical equation in C.
The complier will start to compile for left to right ( for your case).
and the complier will take it as 
(a-b)-c;

To elaborate it more, in some case, different operator of same priority can exist in same equation.
ex: a=3/2*5;
Here / and * have same priority, so it is up to the complier to evaluate / first and * second and vica versa is also true.

So to overcome such a problem use brackets.
ex:
a=(3/2)*5;  output : 5
a=3/(2*5);  output : 0]]></description>
		<content:encoded><![CDATA[<p>In the case of same operator existing in the mathematical equation in C.<br />
The complier will start to compile for left to right ( for your case).<br />
and the complier will take it as<br />
(a-b)-c;</p>
<p>To elaborate it more, in some case, different operator of same priority can exist in same equation.<br />
ex: a=3/2*5;<br />
Here / and * have same priority, so it is up to the complier to evaluate / first and * second and vica versa is also true.</p>
<p>So to overcome such a problem use brackets.<br />
ex:<br />
a=(3/2)*5;  output : 5<br />
a=3/(2*5);  output : 0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
