<?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 assignment problem</title>
	<atom:link href="https://www.emblogic.com/blog/05/array-assignment-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/05/array-assignment-problem/</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: msiddarth</title>
		<link>https://www.emblogic.com/blog/05/array-assignment-problem/#comment-766</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Tue, 15 May 2012 09:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2775#comment-766</guid>
		<description><![CDATA[he compiler doesn&#039;t check to see whether the indices are valid. 
 * The result of using a bad index is, in the language of the C standard, undefined. 
 * That means when we run the program, it might seem to work, it might work oddly, or it might abort.]]></description>
		<content:encoded><![CDATA[<p>he compiler doesn&#8217;t check to see whether the indices are valid.<br />
 * The result of using a bad index is, in the language of the C standard, undefined.<br />
 * That means when we run the program, it might seem to work, it might work oddly, or it might abort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh.aggarwal</title>
		<link>https://www.emblogic.com/blog/05/array-assignment-problem/#comment-759</link>
		<dc:creator><![CDATA[saurabh.aggarwal]]></dc:creator>
		<pubDate>Sun, 13 May 2012 18:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2775#comment-759</guid>
		<description><![CDATA[(1)according to me the value of value2 should not be changed ....
(2)the value printed for arr[6] and arr[7] are garbage values.there is no calculation taking place their....]]></description>
		<content:encoded><![CDATA[<p>(1)according to me the value of value2 should not be changed &#8230;.<br />
(2)the value printed for arr[6] and arr[7] are garbage values.there is no calculation taking place their&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
