<?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: output doubt</title>
	<atom:link href="https://www.emblogic.com/blog/04/output-doubt/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/04/output-doubt/</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: dhanashri</title>
		<link>https://www.emblogic.com/blog/04/output-doubt/#comment-768</link>
		<dc:creator><![CDATA[dhanashri]]></dc:creator>
		<pubDate>Tue, 15 May 2012 12:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2368#comment-768</guid>
		<description><![CDATA[if you want this 0 4 8 12 16 as ouput then typecast pointers as chara.
*p = (char*)p-(char*)a;]]></description>
		<content:encoded><![CDATA[<p>if you want this 0 4 8 12 16 as ouput then typecast pointers as chara.<br />
*p = (char*)p-(char*)a;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harshvardhan</title>
		<link>https://www.emblogic.com/blog/04/output-doubt/#comment-711</link>
		<dc:creator><![CDATA[harshvardhan]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 08:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2368#comment-711</guid>
		<description><![CDATA[It is the property of the pointer.

A pointer to any type is an address in memory which is an integer address. It is not an integer. The association of a pointer to a data type is so that it knows how many bytes the data is stored in. So when we increament a pointer we increase the pointer by one block memory.]]></description>
		<content:encoded><![CDATA[<p>It is the property of the pointer.</p>
<p>A pointer to any type is an address in memory which is an integer address. It is not an integer. The association of a pointer to a data type is so that it knows how many bytes the data is stored in. So when we increament a pointer we increase the pointer by one block memory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
