<?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: Behaviour of printf function</title>
	<atom:link href="https://www.emblogic.com/blog/01/behaviour-of-printf-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/behaviour-of-printf-function/</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: amritpreet</title>
		<link>https://www.emblogic.com/blog/01/behaviour-of-printf-function/#comment-3444</link>
		<dc:creator><![CDATA[amritpreet]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 06:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5958#comment-3444</guid>
		<description><![CDATA[output will be 
4 5 2 5 5 0 5]]></description>
		<content:encoded><![CDATA[<p>output will be<br />
4 5 2 5 5 0 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amritpreet</title>
		<link>https://www.emblogic.com/blog/01/behaviour-of-printf-function/#comment-3443</link>
		<dc:creator><![CDATA[amritpreet]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 06:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5958#comment-3443</guid>
		<description><![CDATA[In case of printf always compute the output from  right to left but print from left to right...
Second point to be noted while computing is that i++ is first printed immediately and then computed while in case of ++i, it is computed first and prints the final value of i in the end. i behaves similar to ++i in printing...]]></description>
		<content:encoded><![CDATA[<p>In case of printf always compute the output from  right to left but print from left to right&#8230;<br />
Second point to be noted while computing is that i++ is first printed immediately and then computed while in case of ++i, it is computed first and prints the final value of i in the end. i behaves similar to ++i in printing&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
