<?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: why we should avoid single character as string???&#8230;</title>
	<atom:link href="https://www.emblogic.com/blog/10/why-we-should-avoid-single-character-as-string/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/10/why-we-should-avoid-single-character-as-string/</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: John Mcarthur</title>
		<link>https://www.emblogic.com/blog/10/why-we-should-avoid-single-character-as-string/#comment-372</link>
		<dc:creator><![CDATA[John Mcarthur]]></dc:creator>
		<pubDate>Sat, 05 Nov 2011 04:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1190#comment-372</guid>
		<description><![CDATA[Every string in C is terminated with a nul character. Therefore for a single character it consumes 2 bytes of memory, 1 for &#039;a&#039; character and 1 for nul character . This in turn is not efficient in terms of memory.]]></description>
		<content:encoded><![CDATA[<p>Every string in C is terminated with a nul character. Therefore for a single character it consumes 2 bytes of memory, 1 for &#8216;a&#8217; character and 1 for nul character . This in turn is not efficient in terms of memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Dhanotia</title>
		<link>https://www.emblogic.com/blog/10/why-we-should-avoid-single-character-as-string/#comment-363</link>
		<dc:creator><![CDATA[Kuldeep Dhanotia]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 11:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1190#comment-363</guid>
		<description><![CDATA[kamran ,i thought its now enough for comprehension]]></description>
		<content:encoded><![CDATA[<p>kamran ,i thought its now enough for comprehension</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamran</title>
		<link>https://www.emblogic.com/blog/10/why-we-should-avoid-single-character-as-string/#comment-361</link>
		<dc:creator><![CDATA[kamran]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 08:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1190#comment-361</guid>
		<description><![CDATA[Please explain the question with some details.]]></description>
		<content:encoded><![CDATA[<p>Please explain the question with some details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
