<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="HardwareAnalysis.Com" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="">
        <title>Hardware Analysis - Floyd's triangle</title>
        <description>Hardware Analysis Community Forums</description>
        <link>http://www.hardwareanalysis.com/content/topic/57489/</link>
        <image rdf:resource="http://media.hardwareanalysis.com/halogo.gif" />
       <dc:date>2008-11-23T07:43:31-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/57489/#508476"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/57489/#403681"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/57489/#403680"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/57489/#403679"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/57489/#0"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://media.hardwareanalysis.com/halogo.gif">
        <title>Hardware Analysis</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/</link>
        <url>http://media.hardwareanalysis.com/halogo.gif</url>
    </image>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/57489/#508476">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-04T01:30:08-05:00</dc:date>
        <dc:creator>tara thakpa</dc:creator>
        <title>Re: Floyd's triangle</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/#508476</link>
        <description>code 4 floyd triangle:&lt;br /&gt;
&lt;br /&gt;
main void()&lt;br /&gt;
{&lt;br /&gt;
int no;line_no=1;&lt;br /&gt;
printf(&amp;quot;enter a number&amp;quot;);&lt;br /&gt;
scanf(&amp;quot;\n&amp;quot;);&lt;br /&gt;
while(line_no&amp;lt;=n)&lt;br /&gt;
{&lt;br /&gt;
cnt=1&lt;br /&gt;
while(cnt&amp;lt;=line_no)&lt;br /&gt;
{&lt;br /&gt;
printf(&amp;quot;%d \t&amp;quot;,no++);&lt;br /&gt;
cnt++;&lt;br /&gt;
}&lt;br /&gt;
printf(&amp;quot;\n&amp;quot;)&lt;br /&gt;
line_no++&lt;br /&gt;
}&lt;br /&gt;
}</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/57489/#403681">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-09T07:46:01-05:00</dc:date>
        <dc:creator>Shadow_Ops_Airman1</dc:creator>
        <title>Re: Floyd's triangle</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/#403681</link>
        <description>Hexadecimal requires only 1/4 of the characters of binary to create, Hexacecimal uses 16 characters, 0-9 and A-F PS are those Individual Characters or whole numbers</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/57489/#403680">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-09T07:27:29-05:00</dc:date>
        <dc:creator>Captain Jack Sparrow</dc:creator>
        <title>Re: Floyd's triangle</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/#403680</link>
        <description>Both actually. &lt;br /&gt;
&lt;br /&gt;
Whats the difference in the codes though?</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/57489/#403679">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-09T07:00:15-05:00</dc:date>
        <dc:creator>Shadow_Ops_Airman1</dc:creator>
        <title>Re: Floyd's triangle</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/#403679</link>
        <description>what you want it in Binary or hexadecimal?</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/57489/#0">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-09T06:21:32-05:00</dc:date>
        <dc:creator>Captain Jack Sparrow</dc:creator>
        <title>Floyd's triangle</title>
        <link>http://www.hardwareanalysis.com/content/topic/57489/#0</link>
        <description>How do i build a floyd's triangle in C?&lt;br /&gt;
&lt;br /&gt;
Floyd's triangle is this:&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
23&lt;br /&gt;
456&lt;br /&gt;
78910&lt;br /&gt;
1112131415&lt;br /&gt;
.......&lt;br /&gt;
&lt;br /&gt;
Please give code or logic&lt;br /&gt;
&lt;br /&gt;
</description>
    </item>
</rdf:RDF>
