<?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: Program to find the prime numbers below a given number.	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/number/program-to-find-the-prime-numbers-below-a-given-number/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/number/program-to-find-the-prime-numbers-below-a-given-number/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Thu, 20 Nov 2014 13:12:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: chandu		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/number/program-to-find-the-prime-numbers-below-a-given-number/comment-page-1/#comment-50613</link>

		<dc:creator><![CDATA[chandu]]></dc:creator>
		<pubDate>Thu, 20 Nov 2014 13:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=322#comment-50613</guid>

					<description><![CDATA[how  can we  print prime numbers  in given  number]]></description>
			<content:encoded><![CDATA[<p>how  can we  print prime numbers  in given  number</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nazrul islam		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/number/program-to-find-the-prime-numbers-below-a-given-number/comment-page-1/#comment-323</link>

		<dc:creator><![CDATA[Nazrul islam]]></dc:creator>
		<pubDate>Sun, 10 May 2009 05:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=322#comment-323</guid>

					<description><![CDATA[This program for only enter value.]]></description>
			<content:encoded><![CDATA[<p>This program for only enter value.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nazrul islam		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/number/program-to-find-the-prime-numbers-below-a-given-number/comment-page-1/#comment-322</link>

		<dc:creator><![CDATA[Nazrul islam]]></dc:creator>
		<pubDate>Sun, 10 May 2009 04:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=322#comment-322</guid>

					<description><![CDATA[It&#039;s may be easier then give up.


#include
#include
void main()
{
clrscr();
int i,n,count=0;
printf(&quot;\n Enter the value:&quot;);
scanf(&quot;%d&quot;,&#038;n);
for(i=0;i&#060;=n;i++)
{
if(n%i==0)
count ++;
}
if(count&#060;=2)
printf(&quot;This is Prime Value&quot;);
else
printf(&quot;This is not prime Value&quot;);
getch();
}]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s may be easier then give up.</p>
<p>#include<br />
#include<br />
void main()<br />
{<br />
clrscr();<br />
int i,n,count=0;<br />
printf(&#8220;\n Enter the value:&#8221;);<br />
scanf(&#8220;%d&#8221;,&amp;n);<br />
for(i=0;i&lt;=n;i++)<br />
{<br />
if(n%i==0)<br />
count ++;<br />
}<br />
if(count&lt;=2)<br />
printf(&#8220;This is Prime Value&#8221;);<br />
else<br />
printf(&#8220;This is not prime Value&#8221;);<br />
getch();<br />
}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
