<?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 Reference  String Operation: strrchr()</title>
	<atom:link href="http://www.codingunit.com/c-reference-string-h-string-operation-strrchr/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/c-reference-string-h-string-operation-strrchr</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-reference-string-h-string-operation-strrchr/comment-page-1#comment-3100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 17 Dec 2010 12:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=307#comment-3100</guid>
		<description>@Hasan Thx for pointing that out. The problem was that the title of this page was missing a r in the functions name. Corrected the problem. The &lt;a href=&quot;http://www.codingunit.com/c-reference-string-h-string-operation-strchr&quot; title=&quot;string operation strchr&quot; rel=&quot;nofollow&quot;&gt; string operation strchr() can be found here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Hasan Thx for pointing that out. The problem was that the title of this page was missing a r in the functions name. Corrected the problem. The <a href="http://www.codingunit.com/c-reference-string-h-string-operation-strchr" title="string operation strchr" rel="nofollow"> string operation strchr() can be found here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasan</title>
		<link>http://www.codingunit.com/c-reference-string-h-string-operation-strrchr/comment-page-1#comment-2578</link>
		<dc:creator>Hasan</dc:creator>
		<pubDate>Mon, 13 Dec 2010 09:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=307#comment-2578</guid>
		<description>there is a diffirence between strchr and strrchr
strchr 
The function strchr() returns a pointer to the first occurrence of x in a string.

The function strrchr() returns a pointer to the last occurrence of x in a string.</description>
		<content:encoded><![CDATA[<p>there is a diffirence between strchr and strrchr<br />
strchr<br />
The function strchr() returns a pointer to the first occurrence of x in a string.</p>
<p>The function strrchr() returns a pointer to the last occurrence of x in a string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

