<?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: pointers</title>
	<atom:link href="https://www.emblogic.com/blog/07/pointers-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/pointers-3/</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: kpeswani</title>
		<link>https://www.emblogic.com/blog/07/pointers-3/#comment-992</link>
		<dc:creator><![CDATA[kpeswani]]></dc:creator>
		<pubDate>Tue, 17 Jul 2012 10:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3863#comment-992</guid>
		<description><![CDATA[here ptr gos to read only memory of stack . one can access it but cannot modify it]]></description>
		<content:encoded><![CDATA[<p>here ptr gos to read only memory of stack . one can access it but cannot modify it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>https://www.emblogic.com/blog/07/pointers-3/#comment-978</link>
		<dc:creator><![CDATA[Abhishek]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 07:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3863#comment-978</guid>
		<description><![CDATA[it is same as
char ptr[]=&quot;hello&quot;;

as in both case ptr will point to the address of first char of string i.e &#039;h&#039;]]></description>
		<content:encoded><![CDATA[<p>it is same as<br />
char ptr[]=&#8221;hello&#8221;;</p>
<p>as in both case ptr will point to the address of first char of string i.e &#8216;h&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitesh Dhanwani</title>
		<link>https://www.emblogic.com/blog/07/pointers-3/#comment-976</link>
		<dc:creator><![CDATA[Hitesh Dhanwani]]></dc:creator>
		<pubDate>Thu, 12 Jul 2012 19:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3863#comment-976</guid>
		<description><![CDATA[here ptr points to the first char of assigned string i.e address of &#039;h&#039; .
add this to your program you yourself will understand:
printf(&quot;address of pointer = %p \n address stored in the pointer = %p \n value at address stored in pointer = %c \n assigned string = %s \n&quot;,&amp;ptr,ptr,*ptr,ptr);]]></description>
		<content:encoded><![CDATA[<p>here ptr points to the first char of assigned string i.e address of &#8216;h&#8217; .<br />
add this to your program you yourself will understand:<br />
printf(&#8220;address of pointer = %p \n address stored in the pointer = %p \n value at address stored in pointer = %c \n assigned string = %s \n&#8221;,&amp;ptr,ptr,*ptr,ptr);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
