<?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>bubble sort Archives -</title>
	<atom:link href="https://mitindia.in/tag/bubble-sort/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/bubble-sort/</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jul 2016 05:37:19 +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://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>bubble sort Archives -</title>
	<link>https://mitindia.in/tag/bubble-sort/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Arrays and Functions</title>
		<link>https://mitindia.in/arrays-and-functions/</link>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Tue, 05 Jul 2016 06:56:02 +0000</pubDate>
				<category><![CDATA[C Programming]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bubble sort]]></category>
		<category><![CDATA[sorting]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=248</guid>

					<description><![CDATA[<p>Array is a structure storing elements of similar data types sequentially in memory. Subscript Array is a structure storing elements of similar data types sequentially in memory (Index) is a variable through which the elements of the array are processed. Array size is maximum number of elements an array can hold. Rules for Arrays:- An [&#8230;]</p>
<p>The post <a href="https://mitindia.in/arrays-and-functions/">Arrays and Functions</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Array is a structure storing elements of similar data types sequentially in memory.</p>
<p><i>Subscript</i> Array is a structure storing elements of similar data types sequentially in memory (Index) is a variable through which the elements of the array are processed.</p>
<p><i>Array size</i> is maximum number of elements an array can hold.</p>
<p><span style="text-decoration: underline; color: #ff0000;">Rules for Arrays:-</span></p>
<ul>
<li>An array must be declared before it is used.</li>
<li>An array name has the same rules applicable to it that are defined for variable names.</li>
<li>An array name cannot be the same as an existing variable name or constant name.</li>
<li>Array size specified in the declaration statement must be a positive integer value or a constant containing a positive integer value.</li>
<li>It is invalid to assign an array to another by using the assignment operator. For example, If num and num2 are  arrays, it is invalid to write num2 = num.</li>
</ul>
<div></div>
<div><span style="color: #ff0000;">Types of Arrays:-</span></div>
<div>
<ul>
<li>Single dimension (eg: int rollno[3] = {1,2,3}; )</li>
</ul>
<div>Single dimensional arrays can have only one dimension and are visually represented as having several rows but a single column of data.</div>
<ul>
<li>Multi dimension ( eg: int matrix_num[4][2]; )</li>
</ul>
<div>Multidimensional arrays can have more than one dimension although more than two or three are rarely used. They may consist of several rows and columns, as well as multiple dimensions.</div>
</div>
<p>&nbsp;</p>
<div><span style="color: #ff0000;">Sorting</span>:- Sorting is the process of ordering the elements in a proper order. Order can be ascending or descending, depending on the requirement.</div>
<div>
<div>
<ul>
<li>The process of arranging the elements of an array in a particular order is called sorting.</li>
<li>The elements can be sorted either in ascending order or descending order, depending on the requirements.</li>
<li>Two of the most commonly used sorting methods are bubble sort and selection sort.</li>
<li>Bubble sort is the simplest and relatively slowest of all the other techniques of sorting.</li>
</ul>
</div>
<div>
<div>Bubble sort is one of the most commonly used sorting techniques.</div>
</div>
</div>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Farrays-and-functions%2F&amp;linkname=Arrays%20and%20Functions" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Farrays-and-functions%2F&amp;linkname=Arrays%20and%20Functions" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Farrays-and-functions%2F&#038;title=Arrays%20and%20Functions" data-a2a-url="https://mitindia.in/arrays-and-functions/" data-a2a-title="Arrays and Functions"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/arrays-and-functions/">Arrays and Functions</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
