<?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: 3rd printf() is printing 4 why????</title>
	<atom:link href="https://www.emblogic.com/blog/02/3rd-printf-is-printing-4-why/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/3rd-printf-is-printing-4-why/</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/02/3rd-printf-is-printing-4-why/#comment-629</link>
		<dc:creator><![CDATA[manoj]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 06:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1940#comment-629</guid>
		<description><![CDATA[first y==z will be evaluated. here both y and z are equal to 4.
so it will return 1.
and x will be printed 1.]]></description>
		<content:encoded><![CDATA[<p>first y==z will be evaluated. here both y and z are equal to 4.<br />
so it will return 1.<br />
and x will be printed 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashutosh</title>
		<link>https://www.emblogic.com/blog/02/3rd-printf-is-printing-4-why/#comment-627</link>
		<dc:creator><![CDATA[ashutosh]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 13:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1940#comment-627</guid>
		<description><![CDATA[and what if i do x=y==z; then]]></description>
		<content:encoded><![CDATA[<p>and what if i do x=y==z; then</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msiddarth</title>
		<link>https://www.emblogic.com/blog/02/3rd-printf-is-printing-4-why/#comment-625</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1940#comment-625</guid>
		<description><![CDATA[As the statement 
x=y=z; implies that the value in z has to be assign to y and x simultaneously. Hence, the value in x is 4 and correspondingly the printf statement will print 4.]]></description>
		<content:encoded><![CDATA[<p>As the statement<br />
x=y=z; implies that the value in z has to be assign to y and x simultaneously. Hence, the value in x is 4 and correspondingly the printf statement will print 4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
