<?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: How C Compiler decides the Garbage values in case of data overflow</title>
	<atom:link href="http://blog.aditech.info/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.aditech.info/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow.html</link>
	<description>There is something for everyone !!</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:30:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Ajay Menon</title>
		<link>http://blog.aditech.info/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow.html/comment-page-1#comment-19</link>
		<dc:creator>Ajay Menon</dc:creator>
		<pubDate>Sat, 11 Oct 2008 07:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aditech.info/2008/02/20/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow/#comment-19</guid>
		<description>In case I initialize an array of say - int number[5];
and i do not put any values in it, directly print them.
Then i get a set of garbage values.
How are these values calculated, what pattern may it be.
-
Ajay</description>
		<content:encoded><![CDATA[<p>In case I initialize an array of say &#8211; int number[5];<br />
and i do not put any values in it, directly print them.<br />
Then i get a set of garbage values.<br />
How are these values calculated, what pattern may it be.<br />
-<br />
Ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advantages of running c in Linux/Unix-1 &#124; Aditech</title>
		<link>http://blog.aditech.info/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow.html/comment-page-1#comment-18</link>
		<dc:creator>Advantages of running c in Linux/Unix-1 &#124; Aditech</dc:creator>
		<pubDate>Sat, 22 Mar 2008 13:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aditech.info/2008/02/20/how-c-compiler-decides-the-garbage-values-in-case-of-data-overflow/#comment-18</guid>
		<description>[...] store number greater than 32767 it will cause data overflow and you will get garbage values.(Read How C Compiler decides the Garbage values in case of data overflow for more [...]</description>
		<content:encoded><![CDATA[<p>[...] store number greater than 32767 it will cause data overflow and you will get garbage values.(Read How C Compiler decides the Garbage values in case of data overflow for more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
