<?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: issue in basic scanf condition</title>
	<atom:link href="https://www.emblogic.com/blog/07/issue-in-basic-scanf-condition/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/issue-in-basic-scanf-condition/</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: sumit.ahuja</title>
		<link>https://www.emblogic.com/blog/07/issue-in-basic-scanf-condition/#comment-983</link>
		<dc:creator><![CDATA[sumit.ahuja]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 08:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3875#comment-983</guid>
		<description><![CDATA[dont htink..

222 much..:)

thinking is such a waste of tym...

evn i got the same o/p...:)]]></description>
		<content:encoded><![CDATA[<p>dont htink..</p>
<p>222 much..:)</p>
<p>thinking is such a waste of tym&#8230;</p>
<p>evn i got the same o/p&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/07/issue-in-basic-scanf-condition/#comment-979</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3875#comment-979</guid>
		<description><![CDATA[The newline left in the input buffer from the first scanf call is still there and gets read by the second. One of the easiest ways to deal with this might be to just put a space in front of the %c specifier OR you can flush the input stream using fflush(stdin) just before scanf();]]></description>
		<content:encoded><![CDATA[<p>The newline left in the input buffer from the first scanf call is still there and gets read by the second. One of the easiest ways to deal with this might be to just put a space in front of the %c specifier OR you can flush the input stream using fflush(stdin) just before scanf();</p>
]]></content:encoded>
	</item>
</channel>
</rss>
