<?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</title>
	<atom:link href="http://mahmoodahmad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://mahmoodahmad.com</link>
	<description></description>
	<lastBuildDate>Sun, 14 Feb 2010 15:59:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Time Table</title>
		<link>http://mahmoodahmad.com/archives/64</link>
		<comments>http://mahmoodahmad.com/archives/64#comments</comments>
		<pubDate>Thu, 04 Feb 2010 06:08:39 +0000</pubDate>
		<dc:creator>EzoecIsoc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mahmoodahmad.com/?p=64</guid>
		<description><![CDATA[TIME TABLE














]]></description>
		<wfw:commentRss>http://mahmoodahmad.com/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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();
 printf("\n  Enter the number: ");
 [...]]]></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>
