<?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 pre and post increment?????????????</title>
	<atom:link href="https://www.emblogic.com/blog/09/issue-in-pre-and-post-increment/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/09/issue-in-pre-and-post-increment/</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: amit yadav</title>
		<link>https://www.emblogic.com/blog/09/issue-in-pre-and-post-increment/#comment-1948</link>
		<dc:creator><![CDATA[amit yadav]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 02:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5177#comment-1948</guid>
		<description><![CDATA[In pre firstly increment the x and in first multiply the x maxm value is used 5 and output 25 thn increment 6 mul 150...further increase x value 7 thn divide...

In post the x value is same .in last x value increment.]]></description>
		<content:encoded><![CDATA[<p>In pre firstly increment the x and in first multiply the x maxm value is used 5 and output 25 thn increment 6 mul 150&#8230;further increase x value 7 thn divide&#8230;</p>
<p>In post the x value is same .in last x value increment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj</title>
		<link>https://www.emblogic.com/blog/09/issue-in-pre-and-post-increment/#comment-1928</link>
		<dc:creator><![CDATA[manoj]]></dc:creator>
		<pubDate>Tue, 04 Sep 2012 12:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5177#comment-1928</guid>
		<description><![CDATA[hi..

++x * ++x * ++x will be 150 .
take it like this... 
((++x*++x)*++x) then divide it with 7.. u&#039;ll get 21.. AND

post increment doesn&#039;t make any effect in expression.. it only increase all the values at the end of expression.. thats why.. y=9 and at the end of expression x=7(Incremented later on, after division) 

Cheers !!]]></description>
		<content:encoded><![CDATA[<p>hi..</p>
<p>++x * ++x * ++x will be 150 .<br />
take it like this&#8230;<br />
((++x*++x)*++x) then divide it with 7.. u&#8217;ll get 21.. AND</p>
<p>post increment doesn&#8217;t make any effect in expression.. it only increase all the values at the end of expression.. thats why.. y=9 and at the end of expression x=7(Incremented later on, after division) </p>
<p>Cheers !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
