<?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: C Interview Programs to print number patterns</title>
	<atom:link href="http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html</link>
	<description>Your mantra to job success</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: munna</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27892</link>
		<dc:creator>munna</dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27892</guid>
		<description>hi jithu please send above program source code to my mail id is muralikrishna720@gmail.com</description>
		<content:encoded><![CDATA[<p>hi jithu please send above program source code to my mail id is <a href="mailto:muralikrishna720@gmail.com">muralikrishna720@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raavi Swami</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27876</link>
		<dc:creator>Raavi Swami</dc:creator>
		<pubDate>Wed, 01 Feb 2012 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27876</guid>
		<description>plz tell me code plzzzzzzzzz
</description>
		<content:encoded><![CDATA[<p>plz tell me code plzzzzzzzzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27875</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Wed, 01 Feb 2012 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27875</guid>
		<description>                               * * * * * * * * * *
                                * * * * * * * * *
                                 * * * * * * * *
                                  * * * * * * *
                                   * * * * * *
                                    * * * * * 
                                     * * * *
                                      * * *
                                       * *
                                        *</description>
		<content:encoded><![CDATA[<p>                               * * * * * * * * * *<br />
                                * * * * * * * * *<br />
                                 * * * * * * * *<br />
                                  * * * * * * *<br />
                                   * * * * * *<br />
                                    * * * * * <br />
                                     * * * *<br />
                                      * * *<br />
                                       * *<br />
                                        *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Gupta</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27870</link>
		<dc:creator>Prashant Gupta</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27870</guid>
		<description>#include
#include
void main()
{
int i,j,k;
clrscr();
for(i=1;i&lt;=4;i++)
{
   for(k=1;k&lt;=(4-i);k++)
   {
       printf(&quot; &quot;);
   }
       for(j=1;j=1;i--)
{
     for(k=1;k&lt;=(4-i);k++)
     {
          printf(&quot; &quot;);
     }
          for(j=1;j&lt;=i;j++)
          {
               printf(&quot;%d&quot;,i);
          }
printf(&quot;n&quot;);
}
getch();
}
</description>
		<content:encoded><![CDATA[<p>#include<br />
#include<br />
void main()<br />
{<br />
int i,j,k;<br />
clrscr();<br />
for(i=1;i&lt;=4;i++)<br />
{<br />
   for(k=1;k&lt;=(4-i);k++)<br />
   {<br />
       printf(&quot; &quot;);<br />
   }<br />
       for(j=1;j=1;i&#8211;)<br />
{<br />
     for(k=1;k&lt;=(4-i);k++)<br />
     {<br />
          printf(&quot; &quot;);<br />
     }<br />
          for(j=1;j&lt;=i;j++)<br />
          {<br />
               printf(&quot;%d&quot;,i);<br />
          }<br />
printf(&quot;n&quot;);<br />
}<br />
getch();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jithu Khandelwal</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27862</link>
		<dc:creator>Jithu Khandelwal</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27862</guid>
		<description>hello mam this is jithu khandelwal...... i&#039;ve an program for the above pattern so pleasesend me ur e-mail id i&#039;ll send the program


</description>
		<content:encoded><![CDATA[<p>hello mam this is jithu khandelwal&#8230;&#8230; i&#8217;ve an program for the above pattern so pleasesend me ur e-mail id i&#8217;ll send the program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanne_dhankuta</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27845</link>
		<dc:creator>Sanne_dhankuta</dc:creator>
		<pubDate>Sun, 15 Jan 2012 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27845</guid>
		<description>I need souece code to generate following pattern 
1213  14      154321</description>
		<content:encoded><![CDATA[<p>I need souece code to generate following pattern <br />
1213  14      154321</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanne_dhankuta</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27844</link>
		<dc:creator>Sanne_dhankuta</dc:creator>
		<pubDate>Sun, 15 Jan 2012 16:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27844</guid>
		<description>I need souece code to generate following pattern

1
21
3  1
4     154321</description>
		<content:encoded><![CDATA[<p>I need souece code to generate following pattern</p>
<p>1<br />
21<br />
3  1<br />
4     154321</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27838</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 13 Jan 2012 12:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27838</guid>
		<description>3 4 5 * * * 3 4 5
6 7 8 * * * 6 7 8
9 0 1 * * * 9 0 1
* * * 3 4 5 * * *
* * * 6 7 8 * * *
* * * 9 0 1 * * *
3 4 5 * * * 3 4 5
6 7 8 * * * 6 7 8
9 0 1 * * * 9 0 1Code For this one please</description>
		<content:encoded><![CDATA[<p>3 4 5 * * * 3 4 5<br />
6 7 8 * * * 6 7 8<br />
9 0 1 * * * 9 0 1<br />
* * * 3 4 5 * * *<br />
* * * 6 7 8 * * *<br />
* * * 9 0 1 * * *<br />
3 4 5 * * * 3 4 5<br />
6 7 8 * * * 6 7 8<br />
9 0 1 * * * 9 0 1Code For this one please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sadula Archana</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27828</link>
		<dc:creator>Sadula Archana</dc:creator>
		<pubDate>Sat, 07 Jan 2012 14:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27828</guid>
		<description>write a program to print the following pattern;
 4                                    4
     3                            3
          2                 2
              1         1
                   0
               1         1
           2                  2
       3                             3
 4                                        4
please send me  a mail if anyone know this ans...
</description>
		<content:encoded><![CDATA[<p>write a program to print the following pattern;<br />
 4                                    4<br />
     3                            3<br />
          2                 2<br />
              1         1<br />
                   0<br />
               1         1<br />
           2                  2<br />
       3                             3<br />
 4                                        4<br />
please send me  a mail if anyone know this ans&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogashanmugam</title>
		<link>http://www.interviewmantra.net/2009/04/print-number-pattern-c-programs.html/comment-page-3#comment-27822</link>
		<dc:creator>Yogashanmugam</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/c-interview-programs-to-print-number-patterns/#comment-27822</guid>
		<description>for(i=0;i&lt;5;i++)
{
printf(&quot;n&quot;);
for(j=i;j&lt;5;j++)
printf(&quot;%d &quot;,j);
}</description>
		<content:encoded><![CDATA[<p>for(i=0;i&lt;5;i++)<br />
{<br />
printf(&quot;n&quot;);<br />
for(j=i;j&lt;5;j++)<br />
printf(&quot;%d &quot;,j);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.interviewmantra.net @ 2012-02-10 23:07:59 -->
