<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lavina's Blog &#187; Debugging</title>
	<atom:link href="http://lavina.in/tag/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://lavina.in</link>
	<description>Technology, Finance and Philosophy</description>
	<lastBuildDate>Mon, 22 Aug 2011 10:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Debugging !</title>
		<link>http://lavina.in/debugging/</link>
		<comments>http://lavina.in/debugging/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:52:36 +0000</pubDate>
		<dc:creator>lavinal</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://lavina.in/?p=45</guid>
		<description><![CDATA[Hi all.. I received a forward on my email and thought if sharing it through my blog. TO ALL DEVELOPERS: PLEASE REMOVE THIS BUG FROM THE CODE: ########################################################## #include #define LAST 10 int main() { int i, sum = 0; for ( i = 1; i &#60; = LAST; i++ ) { sum += i; [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all.. I received a forward on my email and thought if sharing it through my blog.</p>
<p><strong>TO ALL DEVELOPERS: PLEASE REMOVE THIS BUG FROM THE CODE:</strong></p>
<p>##########################################################<br />
#include<br />
#define LAST 10</p>
<p>int main()<br />
{<br />
int i, sum = 0;<br/></p>
<p><img class="alignleft size-full wp-image-46" title="att4435769" src="http://lavina.in/wp-content/uploads/2009/08/att4435769.gif" alt="att4435769" width="100" height="75" /><br/><br/><br/><br/></p>
<p>for ( i = 1; i &lt; = LAST; i++ )<br />
{<br />
sum += i;<br />
}</p>
<p>/*-for-*/<br />
printf(&#8220;sum = %d\n&#8221;, sum);<br />
return 0;<br />
}<br />
##########################################################</p>
<p><strong>AND THE DEVELOPER FIXES IT THIS WAY</strong><br />
..<br />
..<br />
..<br />
..<br />
..<br />
..<br />
..<br />
..<br />
&#8230;<br />
..<br />
..<br />
..</p>
<p>##########################################################<br />
#include stdio.h;<br />
#define LAST 10</p>
<p>int main()<br />
{<br />
int i, sum = 0;<br />
<span style="font-family: mceinline;"><strong> /*</strong> </span><br/></p>
<p><img class="alignnone size-full wp-image-47" title="att4435770" src="http://lavina.in/wp-content/uploads/2009/08/att4435770.gif" alt="att4435770" width="100" height="75" /><br/><br/><br/><br/><br/></p>
<p><span style="font-family: mceinline;"><strong>*/</strong></span><br />
for ( i = 1; i &lt; = LAST; i++ )<br />
{<br />
sum += i;<br />
}</p>
<p>/*-for-*/<br />
printf(&#8220;sum = %d\n&#8221;, sum);<br />
return 0;<br />
}<br />
##########################################################</p>
<p>HAPPY CODING <img src='http://lavina.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flavina.in%2Fdebugging%2F&amp;title=Debugging%20%21" id="wpa2a_2"><img src="http://lavina.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://lavina.in/debugging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

