<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello! I am Mahmood Ahmad &#187; C programs</title>
	<atom:link href="http://mahmoodahmad.com/archives/category/downloads/c-programs/feed" rel="self" type="application/rss+xml" />
	<link>http://mahmoodahmad.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Feb 2010 15:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Find Factorial</title>
		<link>http://mahmoodahmad.com/archives/35</link>
		<comments>http://mahmoodahmad.com/archives/35#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:50:21 +0000</pubDate>
		<dc:creator>EzoecIsoc</dc:creator>
				<category><![CDATA[C programs]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Comsats]]></category>
		<category><![CDATA[Comsians]]></category>
		<category><![CDATA[Factorial]]></category>

		<guid isPermaLink="false">http://mahmoodahmad.com/archives/35</guid>
		<description><![CDATA[A C program for finding a Factorial of user entered number. How to copy the code in your notepad In order to copy this code move your cursor to upper right corner of the post a source button will appear click on it and copy the code. #include&#60;stdio.h&#62; #include&#60;conio.h&#62; void main() { int i,n,ans; clrscr(); [...]]]></description>
		<wfw:commentRss>http://mahmoodahmad.com/archives/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting of user entered array.</title>
		<link>http://mahmoodahmad.com/archives/20</link>
		<comments>http://mahmoodahmad.com/archives/20#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:50:05 +0000</pubDate>
		<dc:creator>EzoecIsoc</dc:creator>
				<category><![CDATA[C programs]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Comsats]]></category>
		<category><![CDATA[Comsians]]></category>

		<guid isPermaLink="false">http://new.mahmoodahmad.com/?p=20</guid>
		<description><![CDATA[A c program for arranging elements of user entered array in ascending or descending order and finding minimum and maximum value among all.]]></description>
		<wfw:commentRss>http://mahmoodahmad.com/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
