<?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: C Tutorial &#8211; printf, Format Specifiers, Format Conversions and Formatted Output</title>
	<atom:link href="http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ragavi</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4447</link>
		<dc:creator>Ragavi</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4447</guid>
		<description>How to print values of variables without using format specifier pl help me</description>
		<content:encoded><![CDATA[<p>How to print values of variables without using format specifier pl help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vidya</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4438</link>
		<dc:creator>vidya</dc:creator>
		<pubDate>Sun, 29 Jan 2012 08:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4438</guid>
		<description>thanx for the tutorial...helped me a lot in understanding string format conversions with all the width and precisions</description>
		<content:encoded><![CDATA[<p>thanx for the tutorial&#8230;helped me a lot in understanding string format conversions with all the width and precisions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4428</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4428</guid>
		<description>{
char c[]=&quot;GATE2011&quot;;
char *p=c;
printf(&quot;%s&quot;,p+p[3]-p[1]);
}

o/p is 2011
please explain how the o/p is coming 2011?</description>
		<content:encoded><![CDATA[<p>{<br />
char c[]=&#8221;GATE2011&#8243;;<br />
char *p=c;<br />
printf(&#8220;%s&#8221;,p+p[3]-p[1]);<br />
}</p>
<p>o/p is 2011<br />
please explain how the o/p is coming 2011?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anurag Dake</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4413</link>
		<dc:creator>Anurag Dake</dc:creator>
		<pubDate>Thu, 12 Jan 2012 11:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4413</guid>
		<description>@Prash
The o/p will vary compiler to compiler</description>
		<content:encoded><![CDATA[<p>@Prash<br />
The o/p will vary compiler to compiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anurag Dake</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4412</link>
		<dc:creator>Anurag Dake</dc:creator>
		<pubDate>Thu, 12 Jan 2012 11:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4412</guid>
		<description>#include
int main()
{
  float f=43.20;
  printf(&quot;%e\n&quot;,f);
  printf(&quot;%f\n&quot;,f);
  printf(&quot;%g\n&quot;,f);
  return 0;
}

What are the significance of %e,%g in the above program?</description>
		<content:encoded><![CDATA[<p>#include<br />
int main()<br />
{<br />
  float f=43.20;<br />
  printf(&#8220;%e\n&#8221;,f);<br />
  printf(&#8220;%f\n&#8221;,f);<br />
  printf(&#8220;%g\n&#8221;,f);<br />
  return 0;<br />
}</p>
<p>What are the significance of %e,%g in the above program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveed</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4389</link>
		<dc:creator>Naveed</dc:creator>
		<pubDate>Tue, 03 Jan 2012 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4389</guid>
		<description>very nice.......
thanks.</description>
		<content:encoded><![CDATA[<p>very nice&#8230;&#8230;.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prash</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4383</link>
		<dc:creator>Prash</dc:creator>
		<pubDate>Sat, 31 Dec 2011 04:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4383</guid>
		<description>anybody suggest output  ????


int main()

{

int i=2;

for(;i&lt;4;)
printf(&quot;%d %d &quot;, i++,++i)


return 0;
}</description>
		<content:encoded><![CDATA[<p>anybody suggest output  ????</p>
<p>int main()</p>
<p>{</p>
<p>int i=2;</p>
<p>for(;i&lt;4;)<br />
printf(&quot;%d %d &quot;, i++,++i)</p>
<p>return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prash</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4382</link>
		<dc:creator>Prash</dc:creator>
		<pubDate>Sat, 31 Dec 2011 04:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4382</guid>
		<description>anybody suggest me plz ??


is there any difference between ++a and a++

and when we assign a=2 then what what will return by above ++a and a++ !!!!!</description>
		<content:encoded><![CDATA[<p>anybody suggest me plz ??</p>
<p>is there any difference between ++a and a++</p>
<p>and when we assign a=2 then what what will return by above ++a and a++ !!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeba</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4272</link>
		<dc:creator>Neeba</dc:creator>
		<pubDate>Thu, 24 Nov 2011 05:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4272</guid>
		<description>good one.</description>
		<content:encoded><![CDATA[<p>good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny</title>
		<link>http://www.codingunit.com/printf-format-specifiers-format-conversions-and-formatted-output/comment-page-2#comment-4233</link>
		<dc:creator>sunny</dc:creator>
		<pubDate>Sat, 19 Nov 2011 07:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=207#comment-4233</guid>
		<description>this is wat i want thanks...</description>
		<content:encoded><![CDATA[<p>this is wat i want thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

