<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
   <channel>
    <atom:link href="http://sahaya.webnode.com/rss/c-puzzles.xml" rel="self" type="application/rss+xml" />
      <title>C Puzzles - sahaya.webnode.com</title>
      <link>http://sahaya.webnode.com</link>
      <description></description>
      <language>en</language>
      <pubDate>Mon, 28 Jul 2008 14:18:00 +0200</pubDate>
      <lastBuildDate>Mon, 28 Jul 2008 14:18:00 +0200</lastBuildDate>
      <category>C Puzzles</category> 
      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
      <generator>Rubicus v2.0</generator>
      <managingEditor><![CDATA[npoke2@gmail.com (npoke2@gmail.com)]]></managingEditor>
      <webMaster><![CDATA[npoke2@gmail.com (npoke2@gmail.com)]]></webMaster>
      <item>
         <title>Puzzle 4</title>
         <link>http://sahaya.webnode.com/news/puzzle-4/</link>
         <description><![CDATA[&#160;
Write a C program to find the Biggest of three integers, without using any of the comparison operators.
&#160;
Puzzle 4 Answer]]></description>
         <pubDate>Mon, 28 Jul 2008 14:18:00 +0200</pubDate>
         <guid isPermaLink="true">http://sahaya.webnode.com/news/puzzle-4/</guid>
         <category>C Puzzles</category>
      </item>
      <item>
         <title>Puzzle 3</title>
         <link>http://sahaya.webnode.com/news/puzzle-3/</link>
         <description><![CDATA[Given a singly-linked, find out the mid point of a single linked list in a single parse of the list. Assume the program would be loaded in read-only memory, so no manipulation of the list is allowed.
&#160;
&#160;
Puzzle 3 Answer]]></description>
         <pubDate>Mon, 28 Jul 2008 14:05:00 +0200</pubDate>
         <guid isPermaLink="true">http://sahaya.webnode.com/news/puzzle-3/</guid>
         <category>C Puzzles</category>
      </item>
      <item>
         <title>Puzzle 2</title>
         <link>http://sahaya.webnode.com/news/puzzle-2/</link>
         <description><![CDATA[&#160;
&#160;
Write a C program that will print 1 to N, one line each, on the screen (stdout) where N is an int variable. " Should not use while, for, do-while loops, goto statement, setjmp (), longjmp (), recursion, if, if-else, assert (), switch (), goto, continue statement and not use N prinf () statment"
For example 
if N =5 then the output should be like
1
2
3
4
5
&#160;
Puzzle 2 Answer
&#160;]]></description>
         <pubDate>Fri, 06 Jun 2008 15:32:00 +0200</pubDate>
         <guid isPermaLink="true">http://sahaya.webnode.com/news/puzzle-2/</guid>
         <category>C Puzzles</category>
      </item>
      <item>
         <title>Puzzle 1</title>
         <link>http://sahaya.webnode.com/news/a1-whats-the-condition-so-that-the-following-code-snippet-prints-both-helloworld/</link>
         <description><![CDATA[1.What's the "condition" so that the following code snippet prints both HelloWorld !
if "condition"
printf("Hello");
else
printf("World");
Puzzle 1 Answer
&#160;]]></description>
         <pubDate>Fri, 06 Jun 2008 15:24:00 +0200</pubDate>
         <guid isPermaLink="true">http://sahaya.webnode.com/news/a1-whats-the-condition-so-that-the-following-code-snippet-prints-both-helloworld/</guid>
         <category>C Puzzles</category>
      </item>
   </channel>
</rss>