<?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: Bubble sort program in C</title>
	<atom:link href="http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/</link>
	<description>...bringing innovative minds together</description>
	<lastBuildDate>Tue, 22 May 2012 18:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Muslim</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-7318</link>
		<dc:creator>Muslim</dc:creator>
		<pubDate>Sat, 21 Apr 2012 12:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-7318</guid>
		<description>bubble sorting program not execute 

#include
#incluse
#include

void main()
{
     clrscr();
    int k,i,n=10,TEMP=0,PTR=0;
    int DATA[10]={26,24,3,17,25,24,13,60,47,1};
    for (k=1;k&lt;n;k++)
    {
        int PTR=0;
        while (PTRDATA[PTR+1])
              {
                                       TEMP=DATA[PTR];
                                       DATA[PTR+1]=TEMP;
              }
              DATA[PTR]=DATA[PTR+1];
              PTR++;
              }
              }
              for( i=0;i&lt;10;i++)
              {
                      printf(&quot;%d\n &quot;,DATA[i]);
              
              }
              getch();</description>
		<content:encoded><![CDATA[<p>bubble sorting program not execute </p>
<p>#include<br />
#incluse<br />
#include</p>
<p>void main()<br />
{<br />
     clrscr();<br />
    int k,i,n=10,TEMP=0,PTR=0;<br />
    int DATA[10]={26,24,3,17,25,24,13,60,47,1};<br />
    for (k=1;k&lt;n;k++)<br />
    {<br />
        int PTR=0;<br />
        while (PTRDATA[PTR+1])<br />
              {<br />
                                       TEMP=DATA[PTR];<br />
                                       DATA[PTR+1]=TEMP;<br />
              }<br />
              DATA[PTR]=DATA[PTR+1];<br />
              PTR++;<br />
              }<br />
              }<br />
              for( i=0;i&lt;10;i++)<br />
              {<br />
                      printf(&quot;%d\n &quot;,DATA[i]);</p>
<p>              }<br />
              getch();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhaskar</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-7206</link>
		<dc:creator>bhaskar</dc:creator>
		<pubDate>Sat, 31 Mar 2012 11:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-7206</guid>
		<description>it runs!! thanxx dude</description>
		<content:encoded><![CDATA[<p>it runs!! thanxx dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myra</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-7190</link>
		<dc:creator>myra</dc:creator>
		<pubDate>Thu, 29 Mar 2012 10:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-7190</guid>
		<description>someone will help me??</description>
		<content:encoded><![CDATA[<p>someone will help me??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myra</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-7189</link>
		<dc:creator>myra</dc:creator>
		<pubDate>Thu, 29 Mar 2012 10:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-7189</guid>
		<description>i didn&#039;t understand the the line for:

 &quot;for(i=0; i&lt;N-1; i++)
   for(j=0; j&lt;N-i;j++)&quot;

why it had a N-1?
how it works?
thanks a lot!</description>
		<content:encoded><![CDATA[<p>i didn&#8217;t understand the the line for:</p>
<p> &#8220;for(i=0; i&lt;N-1; i++)<br />
   for(j=0; j&lt;N-i;j++)&quot;</p>
<p>why it had a N-1?<br />
how it works?<br />
thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sujit Kumar</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-7072</link>
		<dc:creator>Sujit Kumar</dc:creator>
		<pubDate>Sun, 11 Mar 2012 06:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-7072</guid>
		<description>It is compiling with 26 Errors &amp; 5 Warnings.......
Plz. modify it.......</description>
		<content:encoded><![CDATA[<p>It is compiling with 26 Errors &amp; 5 Warnings&#8230;&#8230;.<br />
Plz. modify it&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snrao</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-6704</link>
		<dc:creator>snrao</dc:creator>
		<pubDate>Mon, 23 Jan 2012 18:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-6704</guid>
		<description>Dude... it&#039;s superb.........
easy understanding....... it&#039;s really helps alot to me now....
please post for merge sort also ... like this.


Thanks alot..........</description>
		<content:encoded><![CDATA[<p>Dude&#8230; it&#8217;s superb&#8230;&#8230;&#8230;<br />
easy understanding&#8230;&#8230;. it&#8217;s really helps alot to me now&#8230;.<br />
please post for merge sort also &#8230; like this.</p>
<p>Thanks alot&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohini</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-6667</link>
		<dc:creator>mohini</dc:creator>
		<pubDate>Wed, 18 Jan 2012 05:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-6667</guid>
		<description>thanx its really easy.........</description>
		<content:encoded><![CDATA[<p>thanx its really easy&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aruna</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-6592</link>
		<dc:creator>aruna</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-6592</guid>
		<description>thank u</description>
		<content:encoded><![CDATA[<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aruna</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-6590</link>
		<dc:creator>aruna</dc:creator>
		<pubDate>Sun, 08 Jan 2012 08:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-6590</guid>
		<description>nice</description>
		<content:encoded><![CDATA[<p>nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sayali.</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/sorting-programs/program-to-sort-the-numbers-using-bubble-sort/comment-page-1/#comment-6546</link>
		<dc:creator>sayali.</dc:creator>
		<pubDate>Wed, 04 Jan 2012 13:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=348#comment-6546</guid>
		<description>thank u so much.its really helpful.</description>
		<content:encoded><![CDATA[<p>thank u so much.its really helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

