<?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++ Introduction - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/c-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/c-introduction/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 01 Oct 2022 07:33:06 +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++ Introduction - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/c-introduction/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is C Programming language ?</title>
		<link>https://www.wikitechy.com/interview-questions/c/what-is-c-programming-language/</link>
					<comments>https://www.wikitechy.com/interview-questions/c/what-is-c-programming-language/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Sat, 01 Oct 2022 07:33:06 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[basics of c language]]></category>
		<category><![CDATA[c language basics]]></category>
		<category><![CDATA[c language basics notes]]></category>
		<category><![CDATA[c language introduction]]></category>
		<category><![CDATA[c programming language]]></category>
		<category><![CDATA[c++ Introduction]]></category>
		<category><![CDATA[c++ tutorial]]></category>
		<category><![CDATA[history of c language]]></category>
		<category><![CDATA[learn c programming]]></category>
		<category><![CDATA[learn c programming language tutorial]]></category>
		<category><![CDATA[what is c language and its features]]></category>
		<category><![CDATA[what is c programming language]]></category>
		<category><![CDATA[what is c programming used for]]></category>
		<category><![CDATA[what is c++]]></category>
		<category><![CDATA[what is the c programming language]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4889</guid>

					<description><![CDATA[Dennis Ritchie developed the C language. It created the C language as a system application that communicates with hardware devices like drivers, kernels etc. C program is considered as base for other programming languages. Hence it is called as Mother Language. C language can also be called a system programming language. C language can be [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>Dennis Ritchie developed the C language.</li>
<li>It created the C language as a system application that communicates with hardware devices like drivers, kernels etc.</li>
<li>C program is considered as base for other programming languages. Hence it is called as Mother Language.</li>
<li>C language can also be called a system programming language.</li>
<li>C language can be called as procedure-oriented programming language.</li>
<li>C language is called as structured programming language.</li>
<li>C language is called as mid level programming language.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4890 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-c-language.jpg" alt="" width="648" height="393" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-c-language.jpg 648w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-c-language-300x182.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-c-language-390x237.jpg 390w" sizes="(max-width: 648px) 100vw, 648px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/c/what-is-c-programming-language/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is C++ ?</title>
		<link>https://www.wikitechy.com/interview-questions/cpp/what-is-cpp/</link>
					<comments>https://www.wikitechy.com/interview-questions/cpp/what-is-cpp/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 10:21:17 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[basics concepts of c++ programming language]]></category>
		<category><![CDATA[c programming examples]]></category>
		<category><![CDATA[c++ basics]]></category>
		<category><![CDATA[c++ Introduction]]></category>
		<category><![CDATA[c++ tutorial]]></category>
		<category><![CDATA[introduction to c++ programming language]]></category>
		<category><![CDATA[learn c programming]]></category>
		<category><![CDATA[learn c++]]></category>
		<category><![CDATA[what is c++]]></category>
		<category><![CDATA[what is c++ used for]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4763</guid>

					<description><![CDATA[It is an object-oriented programming language that can be used to create high-performance applications. In 1985 C++ was developed by Bjarne Stroustrup as an extension of c program language. It gives a programmer’s high level of control over system memory and resources. This programming language is one of the world’s most popular language. Nowadays it can be [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">It is an object-oriented programming language that can be used to create high-performance applications.</li>
<li style="text-align: justify;">In 1985 <a href="https://www.wikitechy.com/tutorials/c++/">C++</a> was developed by Bjarne Stroustrup as an extension of c program language.</li>
<li style="text-align: justify;">It gives a programmer’s high level of control over system memory and resources.</li>
<li style="text-align: justify;">This programming language is one of the world’s most popular language.</li>
<li style="text-align: justify;">Nowadays it can be found in embedded systems, operating systems and Graphical User Interfaces.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4764 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp.png" alt="" width="1139" height="502" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp.png 1139w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp-300x132.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp-1024x451.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp-768x338.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp-390x172.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/what-is-cpp-820x361.png 820w" sizes="(max-width: 1139px) 100vw, 1139px" /></p>
<ul style="text-align: justify;">
<li>C++ gives a clear structure to programs and allows code to be reused, lowering development costs because it is an Object-Oriented Programming language.</li>
<li>C++ is close to Java and C#, it makes easy for programmers to switch vice versa or C++.</li>
<li>It is used to develop browsers, games, operating systems and so on.</li>
</ul>
<h2 id="sample-code" style="text-align: justify;">Sample Code</h2>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-cpp code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-cpp code-embed-code">#include &lt;iostream&gt;<br/>using namespace std;<br/><br/>int main() <br/>{<br/>  cout &lt;&lt; &quot;Welcome to Wikitechy&quot;;<br/>  return 0;<br/>}</code></pre> </div>
<h2 id="output" style="text-align: justify;">Output</h2>
<p style="text-align: justify;"><img decoding="async" class="alignnone size-full wp-image-4765 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp.png" alt="" width="1227" height="347" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp.png 1227w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-300x85.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-1024x290.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-768x217.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-390x110.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-820x232.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/08/cpp-1180x334.png 1180w" sizes="(max-width: 1227px) 100vw, 1227px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cpp/what-is-cpp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
