<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; syntax</title>
	<atom:link href="https://www.emblogic.com/blog/tag/syntax/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>c programming &#8220;printf format specification&#8221;</title>
		<link>https://www.emblogic.com/blog/04/c-programming/</link>
		<comments>https://www.emblogic.com/blog/04/c-programming/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 07:10:42 +0000</pubDate>
		<dc:creator><![CDATA[Harshvardhan]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>
		<category><![CDATA[c basic]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=2420</guid>
		<description><![CDATA[printf format specification: %[flag][width][.precision][modifier]&#60;type&#62; meaning of fields with e.g.,: format                                                                        output 1. flag: printf(&#8220;%7s&#8221;,&#8221;hello&#8221;);                                 spacespacehello 2. width: prinf(&#8220;%4d&#8221;,10);                                         spacespace10 3. precision: (&#8220;%.2f&#8221;,1.1412);                                                  1.41 4. modifier: h interpreted as short used with  i,d,o,u,x l interpreted as long used with i,d,o,u,x L interpreted as &#8230; <a href="https://www.emblogic.com/blog/04/c-programming/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>printf format specification:</p>
<p><strong>%[flag][width][.precision][modifier]&lt;type&gt;</strong></p>
<p>meaning of fields with e.g.,:<br />
<strong><em> format                                                                        output</em></strong><br />
1. flag: printf(&#8220;%7s&#8221;,&#8221;hello&#8221;);                                 spacespacehello</p>
<p>2. width: prinf(&#8220;%4d&#8221;,10);                                         spacespace10</p>
<p>3. precision: (&#8220;%.2f&#8221;,1.1412);                                                  1.41</p>
<p>4. modifier:</p>
<p>h interpreted as short used with  i,d,o,u,x<br />
l interpreted as long used with i,d,o,u,x<br />
L interpreted as double used with i,d,o,u,x</p>
<p>5. type: d,i,x,X as their usual meanings etc.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/04/c-programming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
