<?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>Tinsology &#187; reference</title>
	<atom:link href="http://tinsology.net/tag/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Thu, 20 May 2010 02:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Passing by Reference or Value</title>
		<link>http://tinsology.net/2009/07/passing-by-reference-or-value/</link>
		<comments>http://tinsology.net/2009/07/passing-by-reference-or-value/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:43:34 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=807</guid>
		<description><![CDATA[Even if you are new to programming, you probably have an understanding of functions and their purpose. What may be less clear, however, is what is happening underneath the hood when you pass a value to a function. In some languages, such as Java, when you pass a value (such as an integer or a char, this only applies to primitive types) the function receives a copy of that value. In this instance you are guaranteed that the original version of the value will remain unchanged after the function call. In other languages, such as C/C++ and PHP, a copy <a href="http://tinsology.net/2009/07/passing-by-reference-or-value/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/strings-and-output-in-php/' rel='bookmark' title='Permanent Link: Strings and Output in PHP'>Strings and Output in PHP</a></li>
<li><a href='http://tinsology.net/2009/01/dont-fear-the-recursionaper/' rel='bookmark' title='Permanent Link: Don&#8217;t Fear the Re(cursion)aper'>Don&#8217;t Fear the Re(cursion)aper</a></li>
<li><a href='http://tinsology.net/2009/06/scripting-vs-programming/' rel='bookmark' title='Permanent Link: Scripting Vs. Programming'>Scripting Vs. Programming</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/07/passing-by-reference-or-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
