<?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>Science Dictionary &#187; Index L</title>
	<atom:link href="http://www.mysciencedictionary.com/category/index-l/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysciencedictionary.com</link>
	<description>Definition of Education</description>
	<lastBuildDate>Mon, 16 Aug 2010 06:24:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linear Search Program</title>
		<link>http://www.mysciencedictionary.com/linear-search-program/</link>
		<comments>http://www.mysciencedictionary.com/linear-search-program/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 09:45:05 +0000</pubDate>
		<dc:creator>aman</dc:creator>
				<category><![CDATA[Index L]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[C++ Program]]></category>

		<guid isPermaLink="false">http://www.mysciencedictionary.com/?p=440</guid>
		<description><![CDATA[Source Code of Linear Search, provide you also the .CPP file for direct download, direct run in Compiler]]></description>
			<content:encoded><![CDATA[<h2><span style="font-size: small;">Here is the Program of Linear Search</span></h2>
<p style="text-align: justify;">Searching refers to Search an element in a given Array whether elements are in Ascending Order or Descending Order, <strong>Linear Search</strong> is also a type of Searching Technique.</p>
<p>See below the <strong>Source Code of Linear Search</strong></p>
<blockquote>
<pre>void main()
{
 clrscr();
 int a[10],i,n;
 cout&lt;&lt;"\n\n\t\t Enter 10 Values :\t";
 for(i=0;i&lt;=9;i++)
 cin&gt;&gt;a[i];     ...... [ <a href="http://www.mysciencedictionary.com/wp-content/uploads/programs/linear-search.CPP" target="_blank">Read More</a> ]</pre>
</blockquote>
<p>Direct Download [.CPP format] &#8211; <a href="http://www.mysciencedictionary.com/wp-content/uploads/programs/linear-search.CPP" target="_blank">Linear Search Program</a></p>
<p>[To download file, just Right Click and click Save Target As]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysciencedictionary.com/linear-search-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

