<?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: Pre increment operator</title>
	<atom:link href="https://www.emblogic.com/blog/01/pre-increment-operator/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/pre-increment-operator/</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: Manoj</title>
		<link>https://www.emblogic.com/blog/01/pre-increment-operator/#comment-506</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1487#comment-506</guid>
		<description><![CDATA[I have got the answer... it will be solved like
((++i + ++i ) + ++i)...
but thanx 4 reply...]]></description>
		<content:encoded><![CDATA[<p>I have got the answer&#8230; it will be solved like<br />
((++i + ++i ) + ++i)&#8230;<br />
but thanx 4 reply&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>https://www.emblogic.com/blog/01/pre-increment-operator/#comment-505</link>
		<dc:creator><![CDATA[vineet]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1487#comment-505</guid>
		<description><![CDATA[Hey manoj…

I think what is going here is that…… the statement will be start executing from right and it take first i then preincrement it, then it find an addition operator so it goes to next i , here it finds another preincrement so now value of i is 12 and now the rightmost 2 ++i get added so result here is 24 and value of i=12…

now there is another addition so it goes to next i, and again preincrement so i=13 and 13+24=37

Hope I am right, yet see what other person say about it :)]]></description>
		<content:encoded><![CDATA[<p>Hey manoj…</p>
<p>I think what is going here is that…… the statement will be start executing from right and it take first i then preincrement it, then it find an addition operator so it goes to next i , here it finds another preincrement so now value of i is 12 and now the rightmost 2 ++i get added so result here is 24 and value of i=12…</p>
<p>now there is another addition so it goes to next i, and again preincrement so i=13 and 13+24=37</p>
<p>Hope I am right, yet see what other person say about it <img src="https://www.emblogic.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>https://www.emblogic.com/blog/01/pre-increment-operator/#comment-504</link>
		<dc:creator><![CDATA[vineet]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1487#comment-504</guid>
		<description><![CDATA[Hey manoj...

I think what is going here is that...... the statement will be start executing from right and it take first i then preincrement it, then it find an addition operator so it goes to next i , here it finds another preincrement so now value of i is 12 and now the rightmost 2 ++i get added so result here is 24 and value of i=12...

now there is another addition so it goes to next i, and again preincrement so i=13 and 13+24=37

Hope I am right, yet see what other person say about it :)]]></description>
		<content:encoded><![CDATA[<p>Hey manoj&#8230;</p>
<p>I think what is going here is that&#8230;&#8230; the statement will be start executing from right and it take first i then preincrement it, then it find an addition operator so it goes to next i , here it finds another preincrement so now value of i is 12 and now the rightmost 2 ++i get added so result here is 24 and value of i=12&#8230;</p>
<p>now there is another addition so it goes to next i, and again preincrement so i=13 and 13+24=37</p>
<p>Hope I am right, yet see what other person say about it <img src="https://www.emblogic.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
