<?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>Raughs.com</title>
	<atom:link href="http://raughs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://raughs.com</link>
	<description>Knowledge is Free</description>
	<lastBuildDate>Wed, 24 Mar 2010 06:58:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Programs for Practice</title>
		<link>http://raughs.com/c-programs-for-practice.html/</link>
		<comments>http://raughs.com/c-programs-for-practice.html/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 07:01:25 +0000</pubDate>
		<dc:creator>Raughs</dc:creator>
				<category><![CDATA[For Practice]]></category>

		<guid isPermaLink="false">http://raughs.com/?p=429</guid>
		<description><![CDATA[1:
  	 int z,x=5,y=-10,a=4,b=2;
	 z = x++ &#8211; &#8211;y * b / a; 
What number will z in the sample code above contain? 
  5
  6
  10
  11
  12 
2:
With every use of a memory allocation function, what function should be used to release allocated memory which is no [...]]]></description>
		<wfw:commentRss>http://raughs.com/c-programs-for-practice.html/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
