<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Find out a number is prime number or not?</title>
	<link>http://www.openasthra.com/c-tidbits/is-that-a-prime-number/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Fri, 21 Nov 2008 18:01:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Jair Cazarin</title>
		<link>http://www.openasthra.com/c-tidbits/is-that-a-prime-number/#comment-27989</link>
		<dc:creator>Jair Cazarin</dc:creator>
		<pubDate>Wed, 22 Oct 2008 05:46:57 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/is-that-a-prime-number/#comment-27989</guid>
		<description>There is no need to check even numbers if you are doing it with % 2 == 0 statement. 

Then you need  to increment your variable by 2 and just check odd numbers.</description>
		<content:encoded><![CDATA[<p>There is no need to check even numbers if you are doing it with % 2 == 0 statement. </p>
<p>Then you need  to increment your variable by 2 and just check odd numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
