<?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: e11 doubt inassignment 1</title>
	<atom:link href="https://www.emblogic.com/blog/08/e11-doubt-inassignment-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/08/e11-doubt-inassignment-1/</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: rahul1989</title>
		<link>https://www.emblogic.com/blog/08/e11-doubt-inassignment-1/#comment-1371</link>
		<dc:creator><![CDATA[rahul1989]]></dc:creator>
		<pubDate>Sat, 18 Aug 2012 18:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4792#comment-1371</guid>
		<description><![CDATA[%g is not like as %f it has the large difference when you use padding.
eg.
when you use printf(&quot; %3g &quot;, 10/3); it gives output 3.33
here the significant digit( mentioned by padding ) are counted form the right most side of digit.

but in case of %f 
eg ..
printf(&quot; %3f &quot;, 10/3); it gives output
  3.333333  
^^^
note the differece the digit before decimal is placed with in 3 character space. but when result need more compartment of spaces then it does not affect the result.
e.g..
printf(&quot; %3f &quot;, 10000/3); it gives output 3333.333333]]></description>
		<content:encoded><![CDATA[<p>%g is not like as %f it has the large difference when you use padding.<br />
eg.<br />
when you use printf(&#8221; %3g &#8220;, 10/3); it gives output 3.33<br />
here the significant digit( mentioned by padding ) are counted form the right most side of digit.</p>
<p>but in case of %f<br />
eg ..<br />
printf(&#8221; %3f &#8220;, 10/3); it gives output<br />
  3.333333<br />
^^^<br />
note the differece the digit before decimal is placed with in 3 character space. but when result need more compartment of spaces then it does not affect the result.<br />
e.g..<br />
printf(&#8221; %3f &#8220;, 10000/3); it gives output 3333.333333</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul mishra</title>
		<link>https://www.emblogic.com/blog/08/e11-doubt-inassignment-1/#comment-1284</link>
		<dc:creator><![CDATA[rahul mishra]]></dc:creator>
		<pubDate>Fri, 17 Aug 2012 10:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4792#comment-1284</guid>
		<description><![CDATA[%g is like %f,%g use at the place of %f and cheak it]]></description>
		<content:encoded><![CDATA[<p>%g is like %f,%g use at the place of %f and cheak it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
