<?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 Program to Generate Numbers in Pyramid Pattern</title>
	<atom:link href="http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Sat, 17 Dec 2011 06:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: manoj</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-18336</link>
		<dc:creator>manoj</dc:creator>
		<pubDate>Wed, 29 Jun 2011 09:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-18336</guid>
		<description>I want to print Pyramidal Program. Like this
      *
    *   *
   *  *  *
  *  *  *  * and so on.</description>
		<content:encoded><![CDATA[<p>I want to print Pyramidal Program. Like this<br />
      *<br />
    *   *<br />
   *  *  *<br />
  *  *  *  * and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nisarg</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-17435</link>
		<dc:creator>nisarg</dc:creator>
		<pubDate>Thu, 17 Feb 2011 18:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-17435</guid>
		<description>#include
#include
void main()
{
char ch=&#039;A&#039;-1;
int i,j,n=4;
clrscr();
for(i=1;i&lt;=4;++i)
 {
 for(j=1;j&lt;=i;++j)
  {
  printf(&quot;%c&quot;,ch+1);
  }
 printf(&quot;\n&quot;);
 }
getch();
}</description>
		<content:encoded><![CDATA[<p>#include<br />
#include<br />
void main()<br />
{<br />
char ch=&#8217;A'-1;<br />
int i,j,n=4;<br />
clrscr();<br />
for(i=1;i&lt;=4;++i)<br />
 {<br />
 for(j=1;j&lt;=i;++j)<br />
  {<br />
  printf(&quot;%c&quot;,ch+1);<br />
  }<br />
 printf(&quot;\n&quot;);<br />
 }<br />
getch();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aceangelo</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-17433</link>
		<dc:creator>aceangelo</dc:creator>
		<pubDate>Thu, 17 Feb 2011 13:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-17433</guid>
		<description>pls, can u make a program that prints this:

0
01
012
0123
01234
0123
012 
01
0</description>
		<content:encoded><![CDATA[<p>pls, can u make a program that prints this:</p>
<p>0<br />
01<br />
012<br />
0123<br />
01234<br />
0123<br />
012<br />
01<br />
0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dheeraj</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-17418</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Tue, 15 Feb 2011 13:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-17418</guid>
		<description>self explanatory program!</description>
		<content:encoded><![CDATA[<p>self explanatory program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunpreet Singh</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-16950</link>
		<dc:creator>Sunpreet Singh</dc:creator>
		<pubDate>Fri, 04 Feb 2011 12:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-16950</guid>
		<description>hey can you send me the program for this output:
using nested for loop
A
AB
ABC
ABCD</description>
		<content:encoded><![CDATA[<p>hey can you send me the program for this output:<br />
using nested for loop<br />
A<br />
AB<br />
ABC<br />
ABCD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumon</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-16698</link>
		<dc:creator>Sumon</dc:creator>
		<pubDate>Tue, 01 Feb 2011 10:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-16698</guid>
		<description>i want to print a pattern like
1
2 3
3 4 5
6 7 8 9 10</description>
		<content:encoded><![CDATA[<p>i want to print a pattern like<br />
1<br />
2 3<br />
3 4 5<br />
6 7 8 9 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay khurana</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-13797</link>
		<dc:creator>sanjay khurana</dc:creator>
		<pubDate>Tue, 24 Aug 2010 20:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-13797</guid>
		<description>i want to print a pattern like
*
**
***
****
in c++

could neone help me please..</description>
		<content:encoded><![CDATA[<p>i want to print a pattern like<br />
*<br />
**<br />
***<br />
****<br />
in c++</p>
<p>could neone help me please..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dipika</title>
		<link>http://www.gohacking.com/2007/12/c-program-to-generate-following-pattern.html/comment-page-1#comment-13066</link>
		<dc:creator>dipika</dc:creator>
		<pubDate>Mon, 28 Jun 2010 02:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=28#comment-13066</guid>
		<description>hi!srikanth,how to generate the following:
   U
   U N
   U N I
   U N I X
   U N I X
   U N I
   U N
   U</description>
		<content:encoded><![CDATA[<p>hi!srikanth,how to generate the following:<br />
   U<br />
   U N<br />
   U N I<br />
   U N I X<br />
   U N I X<br />
   U N I<br />
   U N<br />
   U</p>
]]></content:encoded>
	</item>
</channel>
</rss>

