<?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: program not comparing with null&#8230;</title>
	<atom:link href="https://www.emblogic.com/blog/01/program-not-comparing-with-null/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/program-not-comparing-with-null/</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: sheetal sharma</title>
		<link>https://www.emblogic.com/blog/01/program-not-comparing-with-null/#comment-574</link>
		<dc:creator><![CDATA[sheetal sharma]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 04:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=1773#comment-574</guid>
		<description><![CDATA[null compair error is due to wrong compairing if you want to compare you have to mention something.
in above program you making a[j]!=&quot; which is incorrect 
a[j]!=&#039; &#039;; that correct comparison of a[j] with a space.]]></description>
		<content:encoded><![CDATA[<p>null compair error is due to wrong compairing if you want to compare you have to mention something.<br />
in above program you making a[j]!=&#8221; which is incorrect<br />
a[j]!=&#8217; &#8216;; that correct comparison of a[j] with a space.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
