<?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: problem in cursor control formatters</title>
	<atom:link href="https://www.emblogic.com/blog/04/problem-in-cursor-control-formatters/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/04/problem-in-cursor-control-formatters/</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: nitin sharma</title>
		<link>https://www.emblogic.com/blog/04/problem-in-cursor-control-formatters/#comment-739</link>
		<dc:creator><![CDATA[nitin sharma]]></dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2483#comment-739</guid>
		<description><![CDATA[this is beacuse of the &quot;\r&quot; property in printf statement.
\r moves the cursor to the begining of the line and further printing keep erasing the previous data.
 so when you execute &quot;printf(“hello\r..jackie\n..jp\n”); &quot; hello is replaced by ..jackie
but when you execute &quot;printf(“hello\n..jackie\r..jp\n”); &quot; only ..ja is replaced by ..jp. rest contents will remain same.]]></description>
		<content:encoded><![CDATA[<p>this is beacuse of the &#8220;\r&#8221; property in printf statement.<br />
\r moves the cursor to the begining of the line and further printing keep erasing the previous data.<br />
 so when you execute &#8220;printf(“hello\r..jackie\n..jp\n”); &#8221; hello is replaced by ..jackie<br />
but when you execute &#8220;printf(“hello\n..jackie\r..jp\n”); &#8221; only ..ja is replaced by ..jp. rest contents will remain same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
