<?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>why we use function in c++ - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/why-we-use-function-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/why-we-use-function-in-c/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sat, 01 Oct 2022 08:02:45 +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>why we use function in c++ - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/why-we-use-function-in-c/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is function ? Why to use function ?</title>
		<link>https://www.wikitechy.com/interview-questions/c/what-is-function-why-to-use-function/</link>
					<comments>https://www.wikitechy.com/interview-questions/c/what-is-function-why-to-use-function/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Sat, 01 Oct 2022 08:02:45 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c functions]]></category>
		<category><![CDATA[functions in c]]></category>
		<category><![CDATA[how to use function in c]]></category>
		<category><![CDATA[what is a function]]></category>
		<category><![CDATA[what is a function in programming example]]></category>
		<category><![CDATA[what is function]]></category>
		<category><![CDATA[what is function in programming]]></category>
		<category><![CDATA[why functions are useful]]></category>
		<category><![CDATA[why use functions]]></category>
		<category><![CDATA[why we use function in c++]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4896</guid>

					<description><![CDATA[We can divide a large program into basic building blocks called functions. Functions contains a set of programming statements that is enclosed within {} paranthesis. A function is a set of code that performs specific task. A collection of number of functions is known as a program. Functions helps to avoid repeat useage of code. [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>We can divide a large program into basic building blocks called functions.</li>
<li>Functions contains a set of programming statements that is enclosed within {} paranthesis.</li>
<li>A function is a set of code that performs specific task.</li>
<li>A collection of number of functions is known as a program.</li>
<li>Functions helps to avoid repeat useage of code.</li>
<li>Functions can be called from any place in our program any number of times.</li>
<li>Functions make code readable and simple.</li>
<li>Functions are also called as procedures or subroutines in other programming Languages.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4897 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-fucntion-in-c.jpg" alt="" width="797" height="374" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-fucntion-in-c.jpg 797w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-fucntion-in-c-300x141.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-fucntion-in-c-768x360.jpg 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-fucntion-in-c-390x183.jpg 390w" sizes="(max-width: 797px) 100vw, 797px" /></p>
<h3 id="how-functions-works-in-c-langauage">How Functions Works in C Langauage</h3>
<p><img decoding="async" class="alignnone size-full wp-image-4898 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/function-in-c.jpg" alt="" width="329" height="431" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/function-in-c.jpg 329w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/function-in-c-229x300.jpg 229w" sizes="(max-width: 329px) 100vw, 329px" /></p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/c/what-is-function-why-to-use-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
