<?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>how to practice programming - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/how-to-practice-programming/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/how-to-practice-programming/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 20 Sep 2021 10:48:53 +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>how to practice programming - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/how-to-practice-programming/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>I have a problem to solve that takes n as an input number. The problem has a property that given the solution for (n-1) ? I can easily solve the problem for n. Which programming technique will I use to solve such a problem ?</title>
		<link>https://www.wikitechy.com/interview-questions/programming/i-have-a-problem-to-solve-that-takes-n-as-an-input-number-the-problem-has-a-property-that-given-the-solution-for-n-1-i-can-easily-solve-the-problem-for-n-which-programming-technique-will-i-use-t/</link>
					<comments>https://www.wikitechy.com/interview-questions/programming/i-have-a-problem-to-solve-that-takes-n-as-an-input-number-the-problem-has-a-property-that-given-the-solution-for-n-1-i-can-easily-solve-the-problem-for-n-which-programming-technique-will-i-use-t/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Fri, 27 Aug 2021 00:29:47 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AMCAT Question Papers with Answers]]></category>
		<category><![CDATA[basic programming interview questions]]></category>
		<category><![CDATA[basic programming questions]]></category>
		<category><![CDATA[c programming basic questions and answers]]></category>
		<category><![CDATA[c programming interview questions]]></category>
		<category><![CDATA[c programming questions and answers]]></category>
		<category><![CDATA[C++ Programming Questions]]></category>
		<category><![CDATA[computer programming questions]]></category>
		<category><![CDATA[how to practice programming]]></category>
		<category><![CDATA[object oriented programming interview questions]]></category>
		<category><![CDATA[programming interview]]></category>
		<category><![CDATA[programming interview questions]]></category>
		<category><![CDATA[programming interview questions and answers]]></category>
		<category><![CDATA[programming interview questions and answers for experienced]]></category>
		<category><![CDATA[programming interview questions and answers for freshers]]></category>
		<category><![CDATA[programming interviews exposed]]></category>
		<category><![CDATA[programming mcq questions with answers]]></category>
		<category><![CDATA[programming practice]]></category>
		<category><![CDATA[programming practice questions]]></category>
		<category><![CDATA[programming problems]]></category>
		<category><![CDATA[programming questions]]></category>
		<category><![CDATA[programming quiz]]></category>
		<category><![CDATA[programming tests for interviews]]></category>
		<category><![CDATA[programming topics]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=2574</guid>

					<description><![CDATA[Answer : D. Recursion]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<p class="color-pink">I have a problem to solve that takes n as an input number. The problem has a property that given the solution for (n-1), I can easily solve the problem for n. Which programming technique will I use to solve such a problem ?</p>
<div class="row">
<div class="col-sm-6">
<p>A. Iteration</p>
</div>
<div class="col-sm-6">
<p>B. Decision-making</p>
</div>
<div class="col-sm-6">
<p>C. Object Oriented Programming</p>
</div>
<div class="col-sm-6">
<p>D. Recursion</p>
</div>
</div>
</div>
</div>
<h3 id="answer-d-recursion"><b>Answer : </b>D. Recursion</h3>
<div class="subheading">
<h2 id="explanation">Explanation</h2>
</div>
<div class="Content">
<div class="hddn">
<p align="justify">Recursion(the repeated application of a recursive procedure) solve the problem has a property that given the solution for (n-1).</p>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/programming/i-have-a-problem-to-solve-that-takes-n-as-an-input-number-the-problem-has-a-property-that-given-the-solution-for-n-1-i-can-easily-solve-the-problem-for-n-which-programming-technique-will-i-use-t/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
