<?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>recursion example - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/recursion-example/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/recursion-example/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 03 Oct 2022 07:55:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>recursion example - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/recursion-example/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is recursion in C ?</title>
		<link>https://www.wikitechy.com/interview-questions/c/what-is-recursion-in-c/</link>
					<comments>https://www.wikitechy.com/interview-questions/c/what-is-recursion-in-c/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 07:55:03 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[advantages of recursion in c]]></category>
		<category><![CDATA[c function recursions]]></category>
		<category><![CDATA[c recursion]]></category>
		<category><![CDATA[how recursion works in c]]></category>
		<category><![CDATA[introduction to recursion]]></category>
		<category><![CDATA[recursion example]]></category>
		<category><![CDATA[recursion function in c programming]]></category>
		<category><![CDATA[recursion in c]]></category>
		<category><![CDATA[recursion in c programming]]></category>
		<category><![CDATA[recursion problems in c]]></category>
		<category><![CDATA[types of recursion in c]]></category>
		<category><![CDATA[what is recursion in c]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4918</guid>

					<description><![CDATA[Recursion is a process that happens when a function calls a copy of itself to work on any smaller problem. Any function that calls itself repeatedly is called a recursive function. Such calls are called recursive calls. Recursion involves several recursive calls. Recursion cannot be applied to all the problems, it is useful for the [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul style="text-align: justify;">
<li style="text-align: justify;">Recursion is a process that happens when a function calls a copy of itself to work on any smaller problem.</li>
<li>Any function that calls itself repeatedly is called a recursive function. Such calls are called recursive calls.</li>
<li>Recursion involves several recursive calls.</li>
<li>Recursion cannot be applied to all the problems, it is useful for the tasks that can be defined in terms of subtasks.</li>
<li>Problems that are best suited and that can be solved using Recursion are: Tower of Hanoi, Fibonacci Series, factorial finding, etc.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4919 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c.jpg" alt="" width="865" height="450" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c.jpg 865w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c-300x156.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c-768x400.jpg 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c-390x203.jpg 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-in-c-820x427.jpg 820w" sizes="(max-width: 865px) 100vw, 865px" /></p>
<h2 id="how-does-recursion-work" style="text-align: justify;">How does Recursion work</h2>
<p><img decoding="async" class="alignnone size-full wp-image-4920 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-c.png" alt="" width="464" height="341" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-c.png 464w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-c-300x220.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/recursion-c-390x287.png 390w" sizes="(max-width: 464px) 100vw, 464px" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/c/what-is-recursion-in-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
