<?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>Just Techie &#187; computer puzzles</title>
	<atom:link href="http://justtechie.com/tags/computer-puzzles/feed" rel="self" type="application/rss+xml" />
	<link>http://justtechie.com</link>
	<description>Bring out the Techie from inside You !!</description>
	<lastBuildDate>Sun, 18 Oct 2009 08:51:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inside or Outside !</title>
		<link>http://justtechie.com/posts/inside-or-outside</link>
		<comments>http://justtechie.com/posts/inside-or-outside#comments</comments>
		<pubDate>Sat, 11 Apr 2009 14:06:09 +0000</pubDate>
		<dc:creator>kishu</dc:creator>
				<category><![CDATA[Puzzles]]></category>
		<category><![CDATA[c puzzles]]></category>
		<category><![CDATA[computer puzzles]]></category>
		<category><![CDATA[inside]]></category>
		<category><![CDATA[outside]]></category>

		<guid isPermaLink="false">http://justtechie.com/?p=71</guid>
		<description><![CDATA[What is the output of the following C Program?
Program
main()
{
int a=1,b=0;
if(a+(b=-1))
printf(&#8220;Inside&#8221;);
else
printf(&#8220;Outside&#8221;);
getch();
}
Answer

Outside


    

	]]></description>
		<wfw:commentRss>http://justtechie.com/posts/inside-or-outside/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
