<?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: To reverse the given string using pointer	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/string/to-reverse-the-given-string-using-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/string/to-reverse-the-given-string-using-pointer/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Wed, 25 Sep 2013 13:56:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: susan		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/to-reverse-the-given-string-using-pointer/comment-page-1/#comment-10188</link>

		<dc:creator><![CDATA[susan]]></dc:creator>
		<pubDate>Wed, 25 Sep 2013 13:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=412#comment-10188</guid>

					<description><![CDATA[i dint understand a ting frankly,,,,,,,,,,,,,,,,]]></description>
			<content:encoded><![CDATA[<p>i dint understand a ting frankly,,,,,,,,,,,,,,,,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: siddharth rawat		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/to-reverse-the-given-string-using-pointer/comment-page-1/#comment-8901</link>

		<dc:creator><![CDATA[siddharth rawat]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 20:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=412#comment-8901</guid>

					<description><![CDATA[#include
#include
void main()
{
int i=0;
while(*(a+i)!=NULL)
{i++;}
printf(&quot;\n\n&quot;);
for(i;i&#062;=0;i--)
printf(&quot;%c&quot;,*(a+i);
getch();
}]]></description>
			<content:encoded><![CDATA[<p>#include<br />
#include<br />
void main()<br />
{<br />
int i=0;<br />
while(*(a+i)!=NULL)<br />
{i++;}<br />
printf(&#8220;\n\n&#8221;);<br />
for(i;i&gt;=0;i&#8211;)<br />
printf(&#8220;%c&#8221;,*(a+i);<br />
getch();<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kamal		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/to-reverse-the-given-string-using-pointer/comment-page-1/#comment-103</link>

		<dc:creator><![CDATA[kamal]]></dc:creator>
		<pubDate>Sat, 24 Jan 2009 05:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=412#comment-103</guid>

					<description><![CDATA[i need codes for yours projects 
so please send me full details
don&#039;t forget me 
thank uuuuuuuuuuuuuuuuuuuuu]]></description>
			<content:encoded><![CDATA[<p>i need codes for yours projects<br />
so please send me full details<br />
don&#8217;t forget me<br />
thank uuuuuuuuuuuuuuuuuuuuu</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
