<?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 printf</title>
	<atom:link href="https://www.emblogic.com/blog/07/issue-in-printf/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/issue-in-printf/</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: Neeraj</title>
		<link>https://www.emblogic.com/blog/07/issue-in-printf/#comment-921</link>
		<dc:creator><![CDATA[Neeraj]]></dc:creator>
		<pubDate>Tue, 03 Jul 2012 07:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3745#comment-921</guid>
		<description><![CDATA[lets takes an example.......
i = 10;
printf(&quot;%d%d%d&quot;,i,i++,++i);

pf starts execution process from right to left in case of format species but it executes from left to right in case of format specifier.......by giving an highest priority to i++ then ++i.....&amp; then to i.........so o/p is 12 10 12......before execution compiler print the updated value of i i.e 12.......]]></description>
		<content:encoded><![CDATA[<p>lets takes an example&#8230;&#8230;.<br />
i = 10;<br />
printf(&#8220;%d%d%d&#8221;,i,i++,++i);</p>
<p>pf starts execution process from right to left in case of format species but it executes from left to right in case of format specifier&#8230;&#8230;.by giving an highest priority to i++ then ++i&#8230;..&amp; then to i&#8230;&#8230;&#8230;so o/p is 12 10 12&#8230;&#8230;before execution compiler print the updated value of i i.e 12&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
