<?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: Program to concatenate two given string using Pointer	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/string/program-to-concatenate-two-given-string-using-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/string/program-to-concatenate-two-given-string-using-pointer/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Fri, 18 Sep 2015 22:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: manish		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/program-to-concatenate-two-given-string-using-pointer/comment-page-1/#comment-131567</link>

		<dc:creator><![CDATA[manish]]></dc:creator>
		<pubDate>Fri, 18 Sep 2015 22:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=388#comment-131567</guid>

					<description><![CDATA[this program will show RUNTIME ERROR  because *str1 points to a constant string and you can not change its value with statement *(str1+len) = *(str2+i); RATHER declare  char str1[ ],str2[ ]...]]></description>
			<content:encoded><![CDATA[<p>this program will show RUNTIME ERROR  because *str1 points to a constant string and you can not change its value with statement *(str1+len) = *(str2+i); RATHER declare  char str1[ ],str2[ ]&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Syed Wajahat Ahmed		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/program-to-concatenate-two-given-string-using-pointer/comment-page-1/#comment-64938</link>

		<dc:creator><![CDATA[Syed Wajahat Ahmed]]></dc:creator>
		<pubDate>Fri, 26 Dec 2014 13:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=388#comment-64938</guid>

					<description><![CDATA[The code is very nice and I appreciate the efforts of the programmers who indulge themselves in programming for applications engineers and software engineers to be able to continue sending feedbacks  about the latest arrivals of thoughts upon the professional associations   requests for creating something relevant for their needs and even for them to continue their works and telecasts to other companies and enterprises in international countries for further bright opportunities for them and their families and children.]]></description>
			<content:encoded><![CDATA[<p>The code is very nice and I appreciate the efforts of the programmers who indulge themselves in programming for applications engineers and software engineers to be able to continue sending feedbacks  about the latest arrivals of thoughts upon the professional associations   requests for creating something relevant for their needs and even for them to continue their works and telecasts to other companies and enterprises in international countries for further bright opportunities for them and their families and children.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rejee		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/string/program-to-concatenate-two-given-string-using-pointer/comment-page-1/#comment-9659</link>

		<dc:creator><![CDATA[Rejee]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 08:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=388#comment-9659</guid>

					<description><![CDATA[require explanation of this statement in detail: while(*(str1+len)!=’′)]]></description>
			<content:encoded><![CDATA[<p>require explanation of this statement in detail: while(*(str1+len)!=’′)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
