<?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>C++ Programming Questions - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/c-programming-questions/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/c-programming-questions/</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>C++ Programming Questions - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/c-programming-questions/</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>
		<item>
		<title>Which of the following concepts means wrapping up of data and functions together ?</title>
		<link>https://www.wikitechy.com/interview-questions/cpp/which-of-the-following-concepts-means-wrapping-up-of-data-and-functions-together/</link>
					<comments>https://www.wikitechy.com/interview-questions/cpp/which-of-the-following-concepts-means-wrapping-up-of-data-and-functions-together/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 22:36:01 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Atos interview questions and answers]]></category>
		<category><![CDATA[basic concepts of oops]]></category>
		<category><![CDATA[Basic OOPS and C++ MCQ]]></category>
		<category><![CDATA[BMC Software interview questions and answers]]></category>
		<category><![CDATA[Bosch India Software interview questions and answers]]></category>
		<category><![CDATA[C++ Programming Questions]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[eInfochips interview questions and answers]]></category>
		<category><![CDATA[Electronics Arts Inc interview questions and answers]]></category>
		<category><![CDATA[explain oops concepts with examples]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Harman International interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Larsen & Toubro interview questions and answers]]></category>
		<category><![CDATA[Mathworks India Private Limited interview questions and answers]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[object oriented programming c++]]></category>
		<category><![CDATA[oop concepts with examples]]></category>
		<category><![CDATA[oops class c++]]></category>
		<category><![CDATA[oops concepts]]></category>
		<category><![CDATA[OOPS Concepts C++ Programming Questions and Answers]]></category>
		<category><![CDATA[oops concepts in c++]]></category>
		<category><![CDATA[oops concepts in c++ with real time examples]]></category>
		<category><![CDATA[oops concepts in c++ with realtime examples]]></category>
		<category><![CDATA[OOPS Concepts in Java with Examples]]></category>
		<category><![CDATA[oops concepts interview questions]]></category>
		<category><![CDATA[oops concepts with examples]]></category>
		<category><![CDATA[oops interview questions]]></category>
		<category><![CDATA[oops interview questions and answers]]></category>
		<category><![CDATA[oops interview questions c++]]></category>
		<category><![CDATA[oops tricky interview question]]></category>
		<category><![CDATA[oops tricky interview questions]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[Philips Software Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Sapient Technical and HR Interview Questions]]></category>
		<category><![CDATA[SRM Technologies interview questions and answers]]></category>
		<category><![CDATA[Symphony Teleca interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[Which of the following concepts means wrapping up of data]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Yash Technologies interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=376</guid>

					<description><![CDATA[Answer : B. Encapsulation
]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h3 id="which-of-the-following-concepts-means-wrapping-up-of-data-and-functions-together" class="color-pink" style="text-align: justify;">Which of the following concepts means wrapping up of data and functions together ?</h3>
<div class="row" style="text-align: justify;">
<div class="col-sm-6">
<p>A. Abstraction</p>
</div>
<div class="col-sm-6">
<p>B. Encapsulation</p>
</div>
<div class="col-sm-6">
<p>C. Inheritance</p>
</div>
<div class="col-sm-6">
<p>D. None</p>
</div>
</div>
</div>
</div>
<p style="text-align: justify;"><b>Answer : </b>B. <a href="https://www.wikitechy.com/interview-questions/cpp/what-are-the-oops-concepts/" target="_blank" rel="noopener">Encapsulation</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cpp/which-of-the-following-concepts-means-wrapping-up-of-data-and-functions-together/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
