<?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 copy the contents of one string to another string</title>
	<atom:link href="http://electrofriends.com/source-codes/software-programs/c/string-programs/to-copy-the-contents-of-one-string-to-another-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://electrofriends.com/source-codes/software-programs/c/string-programs/to-copy-the-contents-of-one-string-to-another-string/</link>
	<description>...bringing innovative minds together</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:55:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.6</generator>
	<item>
		<title>By: soha sheikh</title>
		<link>http://electrofriends.com/source-codes/software-programs/c/string-programs/to-copy-the-contents-of-one-string-to-another-string/comment-page-1/#comment-6512</link>
		<dc:creator>soha sheikh</dc:creator>
		<pubDate>Wed, 28 Dec 2011 11:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://electrofriends.com/?p=402#comment-6512</guid>
		<description>mujhe koi ye program smjha do,means every step kaise kaise ho rha ek array box example me le k plz plz!
Q-wap input a string then find out occurence of each character?
void main()
{
int i ,j,k,c;
printf(“enter a string”);
gets(a);
for(i=0;i&lt;strlen(a);i++)
{
c=1;
for(j=i+1;j&lt;strlen(a);j++)

{
c++;
for(k=j;k&lt;strlen(a);k++)
a[k]=a[k+1];
j–;
}
}
printf(&quot;\n%c=%dtimes&quot;,a[i],c);
}
getch();
}</description>
		<content:encoded><![CDATA[<p>mujhe koi ye program smjha do,means every step kaise kaise ho rha ek array box example me le k plz plz!<br />
Q-wap input a string then find out occurence of each character?<br />
void main()<br />
{<br />
int i ,j,k,c;<br />
printf(“enter a string”);<br />
gets(a);<br />
for(i=0;i&lt;strlen(a);i++)<br />
{<br />
c=1;<br />
for(j=i+1;j&lt;strlen(a);j++)</p>
<p>{<br />
c++;<br />
for(k=j;k&lt;strlen(a);k++)<br />
a[k]=a[k+1];<br />
j–;<br />
}<br />
}<br />
printf(&quot;\n%c=%dtimes&quot;,a[i],c);<br />
}<br />
getch();<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

