<?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 Tutorial &#8211; Functions and Global/Local variables</title>
	<atom:link href="http://www.codingunit.com/c-tutorial-functions-and-global-local-variables/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/c-tutorial-functions-and-global-local-variables</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.codingunit.com/c-tutorial-functions-and-global-local-variables/comment-page-1#comment-3296</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Mar 2011 20:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=182#comment-3296</guid>
		<description>@Mujeeb  Thx, i&#039;ve changed it!</description>
		<content:encoded><![CDATA[<p>@Mujeeb  Thx, i&#8217;ve changed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mujeeb</title>
		<link>http://www.codingunit.com/c-tutorial-functions-and-global-local-variables/comment-page-1#comment-3295</link>
		<dc:creator>Mujeeb</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=182#comment-3295</guid>
		<description>There is another typo in the &quot;Parameters and return&quot; code. 
anwser = Add(input1,input2);

This should be
answer = Add(input1,input2);

(The spelling of answer is wrong in the 1st statement)

This is an awesome site!!!</description>
		<content:encoded><![CDATA[<p>There is another typo in the &#8220;Parameters and return&#8221; code.<br />
anwser = Add(input1,input2);</p>
<p>This should be<br />
answer = Add(input1,input2);</p>
<p>(The spelling of answer is wrong in the 1st statement)</p>
<p>This is an awesome site!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codingunit.com/c-tutorial-functions-and-global-local-variables/comment-page-1#comment-1835</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Sep 2010 05:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=182#comment-1835</guid>
		<description>Yes, you are right. Changed it. Thx.</description>
		<content:encoded><![CDATA[<p>Yes, you are right. Changed it. Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Wilson</title>
		<link>http://www.codingunit.com/c-tutorial-functions-and-global-local-variables/comment-page-1#comment-1834</link>
		<dc:creator>Karl Wilson</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=182#comment-1834</guid>
		<description>nice tutorial - thanks.

I think there is a typo in the &quot;Parameters and return&quot; section:

&quot;Input1 is stored in output1 and output2 is stored in Second.&quot;

shouldn&#039;t that be: 

&quot;input1 is stored in output1 and input2 is stored in output2.&quot;</description>
		<content:encoded><![CDATA[<p>nice tutorial &#8211; thanks.</p>
<p>I think there is a typo in the &#8220;Parameters and return&#8221; section:</p>
<p>&#8220;Input1 is stored in output1 and output2 is stored in Second.&#8221;</p>
<p>shouldn&#8217;t that be: </p>
<p>&#8220;input1 is stored in output1 and input2 is stored in output2.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

