<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Reverse Words in a String (In-Place)</title>
	<link>http://www.openasthra.com/c-tidbits/reverse-words-in-a-string-in-place/</link>
	<description>C/C++ Programming Blog</description>
	<pubDate>Fri, 21 Nov 2008 18:40:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Swapnil</title>
		<link>http://www.openasthra.com/c-tidbits/reverse-words-in-a-string-in-place/#comment-27223</link>
		<dc:creator>Swapnil</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:29:01 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/reverse-words-in-a-string-in-place/#comment-27223</guid>
		<description>I was wrong about the C standard thing. That was in case of string literals i.e. having pointers to point to a string constant. but, the program doesn't give correct output anyway.</description>
		<content:encoded><![CDATA[<p>I was wrong about the C standard thing. That was in case of string literals i.e. having pointers to point to a string constant. but, the program doesn&#8217;t give correct output anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swapnil</title>
		<link>http://www.openasthra.com/c-tidbits/reverse-words-in-a-string-in-place/#comment-27222</link>
		<dc:creator>Swapnil</dc:creator>
		<pubDate>Fri, 08 Aug 2008 11:22:52 +0000</pubDate>
		<guid>http://www.openasthra.com/c-tidbits/reverse-words-in-a-string-in-place/#comment-27222</guid>
		<description>The program doesn't give correct output. And if I am not wrong, C standard does not allow us to modify string literals and the result is undefined. Correct me if I am wrong.</description>
		<content:encoded><![CDATA[<p>The program doesn&#8217;t give correct output. And if I am not wrong, C standard does not allow us to modify string literals and the result is undefined. Correct me if I am wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
