<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>seo arşivi &#187; Yazıyı ters çevir</title>
	<atom:link href="http://www.seoarsivi.com/etiket/yaziyi-ters-cevir/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seoarsivi.com</link>
	<description>Arama Motoru Optimizasyonu , Scriptler ,Genel Bilgiler ve SEO Makaleleri</description>
	<lastBuildDate>Sat, 03 Mar 2012 17:01:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Yazıyı ters çeviren csharp console aplication</title>
		<link>http://www.seoarsivi.com/arsiv/yaziyi-ters-ceviren-csharp-console-aplication.seo</link>
		<comments>http://www.seoarsivi.com/arsiv/yaziyi-ters-ceviren-csharp-console-aplication.seo#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:54:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arşiv]]></category>
		<category><![CDATA[Console Aplication]]></category>
		<category><![CDATA[Yazıyı ters çevir]]></category>

		<guid isPermaLink="false">http://www.seoarsivi.com/?p=130</guid>
		<description><![CDATA[string yazi = &#8220;BECERİ&#8221;; char[] ters = new char[yazi.Length]; for (int i = 0; i &#60; yazi.Length / 2; ++i) { ters[i] = yazi[yazi.Length - i - 1]; ters[yazi.Length - i - 1] = yazi[i]; } if (yazi.Length % 2 == 1) ters[yazi.Length / 2] = yazi[yazi.Length / 2]; Console.WriteLine(ters);]]></description>
			<content:encoded><![CDATA[<p>string yazi = &#8220;BECERİ&#8221;;</p>
<p>char[] ters = new char[yazi.Length];</p>
<p>for (int i = 0; i &lt; yazi.Length / 2; ++i)</p>
<p>{</p>
<p>ters[i] = yazi[yazi.Length - i - 1];</p>
<p>ters[yazi.Length - i - 1] = yazi[i];</p>
<p>}</p>
<p>if (yazi.Length % 2 == 1)</p>
<p>ters[yazi.Length / 2] = yazi[yazi.Length / 2];</p>
<p>Console.WriteLine(ters);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seoarsivi.com/arsiv/yaziyi-ters-ceviren-csharp-console-aplication.seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

