<?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: warning on arrays</title>
	<atom:link href="https://www.emblogic.com/blog/07/3699/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/3699/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/3699/#comment-887</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Sun, 01 Jul 2012 15:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3699#comment-887</guid>
		<description><![CDATA[you can initialize when you will be using two_dimensional array e.g..
int arr[3][3]={{1,2,3},{4,5,6},{7,8,9}};//three rows and three columns.. in the same way you can use character_arrays..
but in case of 1_D...you should initialize like.. char d[10]=(&#039;t&#039;,&#039;h&#039;,&#039;s&#039;,&#039; &#039;,&#039;s&#039;,&#039;a&#039;};
as himanshi has told you..]]></description>
		<content:encoded><![CDATA[<p>you can initialize when you will be using two_dimensional array e.g..<br />
int arr[3][3]={{1,2,3},{4,5,6},{7,8,9}};//three rows and three columns.. in the same way you can use character_arrays..<br />
but in case of 1_D&#8230;you should initialize like.. char d[10]=(&#8216;t&#8217;,&#8217;h&#8217;,&#8217;s&#8217;,&#8217; &#8216;,&#8217;s&#8217;,&#8217;a&#8217;};<br />
as himanshi has told you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: himanshi</title>
		<link>https://www.emblogic.com/blog/07/3699/#comment-885</link>
		<dc:creator><![CDATA[himanshi]]></dc:creator>
		<pubDate>Sun, 01 Jul 2012 08:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3699#comment-885</guid>
		<description><![CDATA[the correction is
 char d[10]={‘t’,‘h’,‘i’,‘s’,‘ ‘,‘i’,‘s’,‘ ‘,&#039;a’};]]></description>
		<content:encoded><![CDATA[<p>the correction is<br />
 char d[10]={‘t’,‘h’,‘i’,‘s’,‘ ‘,‘i’,‘s’,‘ ‘,&#8217;a’};</p>
]]></content:encoded>
	</item>
</channel>
</rss>
