<?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: while( (c=getchar())!= EOF)</title>
	<atom:link href="https://www.emblogic.com/blog/02/while-cgetchar-eof/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/while-cgetchar-eof/</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: pushpa</title>
		<link>https://www.emblogic.com/blog/02/while-cgetchar-eof/#comment-654</link>
		<dc:creator><![CDATA[pushpa]]></dc:creator>
		<pubDate>Sun, 26 Feb 2012 19:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1913#comment-654</guid>
		<description><![CDATA[plz ignore my first comment.getchar returns the next character of keyboard input as an int. If there is an error then EOF (end of file) is returned instead.hence we need to compare it with EOF.variable c must be an int type.to come out of this loop we need to press cntrl-d from stdin.which internally generates a signal &amp; getchar evaluates this error as EOF.]]></description>
		<content:encoded><![CDATA[<p>plz ignore my first comment.getchar returns the next character of keyboard input as an int. If there is an error then EOF (end of file) is returned instead.hence we need to compare it with EOF.variable c must be an int type.to come out of this loop we need to press cntrl-d from stdin.which internally generates a signal &amp; getchar evaluates this error as EOF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pushpa</title>
		<link>https://www.emblogic.com/blog/02/while-cgetchar-eof/#comment-653</link>
		<dc:creator><![CDATA[pushpa]]></dc:creator>
		<pubDate>Sun, 26 Feb 2012 17:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1913#comment-653</guid>
		<description><![CDATA[getchar function takes input from stdin character by character.its stored in a variable c.&amp;that&#039;s compared with EOF.EOF stands for END OF FILE.we use this while reading characters from a file.but here the character is read from stdin.so as per my understanding this loop has no use.]]></description>
		<content:encoded><![CDATA[<p>getchar function takes input from stdin character by character.its stored in a variable c.&amp;that&#8217;s compared with EOF.EOF stands for END OF FILE.we use this while reading characters from a file.but here the character is read from stdin.so as per my understanding this loop has no use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
