<?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: E-14 Pointers</title>
	<atom:link href="https://www.emblogic.com/blog/08/e-14-pointers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/08/e-14-pointers/</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: kumar.sanjeev</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/#comment-1977</link>
		<dc:creator><![CDATA[kumar.sanjeev]]></dc:creator>
		<pubDate>Thu, 06 Sep 2012 06:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139#comment-1977</guid>
		<description><![CDATA[maybe the *ptr in ur case is pointing to some address outside its own memory segment.]]></description>
		<content:encoded><![CDATA[<p>maybe the *ptr in ur case is pointing to some address outside its own memory segment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayush.gupta</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/#comment-1967</link>
		<dc:creator><![CDATA[ayush.gupta]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 15:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139#comment-1967</guid>
		<description><![CDATA[My system is still giving segmentation fault. I can&#039;t find the reason why the code isn&#039;t giving any output?]]></description>
		<content:encoded><![CDATA[<p>My system is still giving segmentation fault. I can&#8217;t find the reason why the code isn&#8217;t giving any output?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/#comment-1878</link>
		<dc:creator><![CDATA[manoj]]></dc:creator>
		<pubDate>Mon, 03 Sep 2012 05:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139#comment-1878</guid>
		<description><![CDATA[Well,

On my system it is running very well.. although it should be a segmentation fault in the last print i.e. *ptr... but it is giving some output. But first two are absolutely correct.. no segmentation fault is there..]]></description>
		<content:encoded><![CDATA[<p>Well,</p>
<p>On my system it is running very well.. although it should be a segmentation fault in the last print i.e. *ptr&#8230; but it is giving some output. But first two are absolutely correct.. no segmentation fault is there..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayush.gupta</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/#comment-1840</link>
		<dc:creator><![CDATA[ayush.gupta]]></dc:creator>
		<pubDate>Sat, 01 Sep 2012 21:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139#comment-1840</guid>
		<description><![CDATA[char *ptr;
printf(&quot;Address allocated to ptr is %p\n ptr pointing to garbage address  %p\n which holds the garbage value %c\n&quot;,&amp;ptr,ptr,*ptr);

gives segmentation fault (core dumped).
It should at least print the address and garbage value... still facing error.]]></description>
		<content:encoded><![CDATA[<p>char *ptr;<br />
printf(&#8220;Address allocated to ptr is %p\n ptr pointing to garbage address  %p\n which holds the garbage value %c\n&#8221;,&amp;ptr,ptr,*ptr);</p>
<p>gives segmentation fault (core dumped).<br />
It should at least print the address and garbage value&#8230; still facing error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/#comment-1813</link>
		<dc:creator><![CDATA[manoj]]></dc:creator>
		<pubDate>Sat, 01 Sep 2012 04:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139#comment-1813</guid>
		<description><![CDATA[show the code..

sometimes it depends on, how you are printing..]]></description>
		<content:encoded><![CDATA[<p>show the code..</p>
<p>sometimes it depends on, how you are printing..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
