<?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: why value are not reading trough scanf</title>
	<atom:link href="https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/</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: rahul gaur</title>
		<link>https://www.emblogic.com/blog/06/why-value-are-not-reading-trough-scanf/#comment-882</link>
		<dc:creator><![CDATA[rahul gaur]]></dc:creator>
		<pubDate>Sat, 30 Jun 2012 04:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3679#comment-882</guid>
		<description><![CDATA[#include
#define CELCS(far) ((1.8*far)+32.0)

int main()
{
  double faar,kelvin;
  puts(&quot;Enter the Room temp in Farenheit&quot;);
  scanf(&quot;%lf&quot;,&amp;faar);
  kelvin = CELCS(faar) +  273;
    printf(&quot;The value Temprature in Kelvin is :%lf\n&quot;,kelvin);
  return 0;
}]]></description>
		<content:encoded><![CDATA[<p>#include<br />
#define CELCS(far) ((1.8*far)+32.0)</p>
<p>int main()<br />
{<br />
  double faar,kelvin;<br />
  puts(&#8220;Enter the Room temp in Farenheit&#8221;);<br />
  scanf(&#8220;%lf&#8221;,&amp;faar);<br />
  kelvin = CELCS(faar) +  273;<br />
    printf(&#8220;The value Temprature in Kelvin is :%lf\n&#8221;,kelvin);<br />
  return 0;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
