<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Array- Definition, Types and Example</title>
	<atom:link href="http://www.authorpick.net/array-definition-types-and-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.authorpick.net/array-definition-types-and-example/</link>
	<description></description>
	<lastBuildDate>Sun, 14 Feb 2010 14:49:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Riya</title>
		<link>http://www.authorpick.net/array-definition-types-and-example/comment-page-1/#comment-2747</link>
		<dc:creator>Riya</dc:creator>
		<pubDate>Sat, 26 Dec 2009 09:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.authorpick.net/?p=1540#comment-2747</guid>
		<description>Thats really a very nice n interesting article. It really help me lot. 
Thanx sir....</description>
		<content:encoded><![CDATA[<p>Thats really a very nice n interesting article. It really help me lot.<br />
Thanx sir&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.authorpick.net/array-definition-types-and-example/comment-page-1/#comment-1263</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Sun, 15 Nov 2009 04:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.authorpick.net/?p=1540#comment-1263</guid>
		<description>ARRAY in C
An array is a collection of variables of the same type that are referred to through a common name. A specific element in an array is accessed by an index. In C/C++, all arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element. Arrays may have from one to several dimensions. The most common array is the null-terminated string, which is simply an array of characters terminated by a null. Arrays and pointers are closely related; a discussion of one usually refers to the other.
Types of Array
•	Single-Dimension Arrays
•	Two-Dimensional Arrays
•	Multidimensional Arrays

To read in detail about Array you can visit.. 
http://www.authorpick.net/array-definition-types-and-example/
http://www.cplusplus.com/doc/tutorial/arrays/

We will also welcome your valuable feedback and comments.

-----------------------
Regards
Team Authors Choice</description>
		<content:encoded><![CDATA[<p>ARRAY in C<br />
An array is a collection of variables of the same type that are referred to through a common name. A specific element in an array is accessed by an index. In C/C++, all arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element. Arrays may have from one to several dimensions. The most common array is the null-terminated string, which is simply an array of characters terminated by a null. Arrays and pointers are closely related; a discussion of one usually refers to the other.<br />
Types of Array<br />
•	Single-Dimension Arrays<br />
•	Two-Dimensional Arrays<br />
•	Multidimensional Arrays</p>
<p>To read in detail about Array you can visit..<br />
<a href="http://www.authorpick.net/array-definition-types-and-example/" rel="nofollow">http://www.authorpick.net/array-definition-types-and-example/</a><br />
<a href="http://www.cplusplus.com/doc/tutorial/arrays/" rel="nofollow">http://www.cplusplus.com/doc/tutorial/arrays/</a></p>
<p>We will also welcome your valuable feedback and comments.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Regards<br />
Team Authors Choice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thamizhselvi</title>
		<link>http://www.authorpick.net/array-definition-types-and-example/comment-page-1/#comment-1262</link>
		<dc:creator>Thamizhselvi</dc:creator>
		<pubDate>Sun, 15 Nov 2009 04:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.authorpick.net/?p=1540#comment-1262</guid>
		<description>Dear Sir/Madam.,
I admired by your article.It is very nice to understand...
I wanna know about array in c.Please explain with suitable simple examples.

Thanking you.
Thamizh.</description>
		<content:encoded><![CDATA[<p>Dear Sir/Madam.,<br />
I admired by your article.It is very nice to understand&#8230;<br />
I wanna know about array in c.Please explain with suitable simple examples.</p>
<p>Thanking you.<br />
Thamizh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
