<?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>İlhan Bahar &#187; 4 katı</title>
	<atom:link href="http://www.ilhanbahar.com/tag/4-kati/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilhanbahar.com</link>
	<description>Kişisel Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:13:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>İç içe for (Tersten yazılıp 4 ile çarpıldığında kendisini üreten sayı)</title>
		<link>http://www.ilhanbahar.com/ic-ice-for-tersten-yazilip-4-ile-carpildiginda-kendisini-ureten-sayi/</link>
		<comments>http://www.ilhanbahar.com/ic-ice-for-tersten-yazilip-4-ile-carpildiginda-kendisini-ureten-sayi/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 21:52:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Programlama]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[4 katı]]></category>
		<category><![CDATA[c programlama]]></category>
		<category><![CDATA[tersten yazdır]]></category>

		<guid isPermaLink="false">http://www.ilhanbahar.com/?p=287</guid>
		<description><![CDATA[ #include &#8220;stdafx.h&#8221; #include #include //www.ilhanbahar.com int _tmain(int argc, _TCHAR* argv[]) { //Dört basamaklı bir sayının basamakları ters çevrilip 4 ile çarpılınca yine kendisini veren sayıyı bulmaya çalışıyoruz. int sayi=0,ters_sayi=0; for (int a=0;a]]></description>
			<content:encoded><![CDATA[<blockquote><p> #include &#8220;stdafx.h&#8221;<br />
#include <conio.h><br />
#include <stdio.h><br />
//www.ilhanbahar.com</p>
<p>int _tmain(int argc, _TCHAR* argv[])<br />
{<br />
	//Dört basamaklı bir sayının basamakları ters çevrilip 4 ile çarpılınca yine kendisini veren sayıyı bulmaya çalışıyoruz.<br />
	int sayi=0,ters_sayi=0;</p>
<p>	for (int a=0;a<10;a++)<br />
		for (int b=0;b<10;b++)<br />
			for (int c=0;c<10;c++)<br />
				for (int d=0;d<10;d++)<br />
				{<br />
					sayi=(1000*a+100*b+10*c+d);<br />
					ters_sayi=(1000*d+100*c+10*b+a);<br />
					if (sayi==4*(ters_sayi) &#038;&#038; (a+b+c+d) != 0) printf ("%d",sayi);<br />
				}</p>
<p>getch();<br />
	return 0;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ilhanbahar.com/ic-ice-for-tersten-yazilip-4-ile-carpildiginda-kendisini-ureten-sayi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

