<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; E-14</title>
	<atom:link href="https://www.emblogic.com/blog/tag/e-14/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>E-14 Pointers</title>
		<link>https://www.emblogic.com/blog/08/e-14-pointers/</link>
		<comments>https://www.emblogic.com/blog/08/e-14-pointers/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 12:30:43 +0000</pubDate>
		<dc:creator><![CDATA[ayush.gupta]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>
		<category><![CDATA[E-14]]></category>
		<category><![CDATA[pk8981]]></category>
		<category><![CDATA[pointers]]></category>
		<category><![CDATA[siddarth sir]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5139</guid>
		<description><![CDATA[declared char *ptr; printed the address allocated to ptr (&#38;ptr), garbage address of ptr (ptr ) and the garbage value (*ptr) Error: Segmentation Fault. Can you please explain why?]]></description>
				<content:encoded><![CDATA[<p>declared char *ptr;<br />
printed the address allocated to ptr (&amp;ptr), garbage address of ptr (ptr ) and the garbage value (*ptr)<br />
Error: Segmentation Fault.<br />
Can you please explain why?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e-14-pointers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>E-14 pre-increment and logical operators</title>
		<link>https://www.emblogic.com/blog/08/e-14-pre-increment-and-logical-operators/</link>
		<comments>https://www.emblogic.com/blog/08/e-14-pre-increment-and-logical-operators/#comments</comments>
		<pubDate>Thu, 30 Aug 2012 21:21:49 +0000</pubDate>
		<dc:creator><![CDATA[ayush.gupta]]></dc:creator>
				<category><![CDATA[Data Structures with C]]></category>
		<category><![CDATA[E-14]]></category>
		<category><![CDATA[siddhartha sir]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5128</guid>
		<description><![CDATA[Initializing x,y,z=1 and after applying operation ++x&#124;&#124;++y&#38;&#38;++z; The values when printed gives: x=2; y=1; and z=1; It increments  the value of x but does not increment the values of y and z.  can anyone please explain why?]]></description>
				<content:encoded><![CDATA[<p><strong>Initializing x,y,z=1 and after applying operation ++x||++y&amp;&amp;++z; The values when printed gives: x=2; y=1; and z=1;</strong><br />
<strong> It increments  the value of x but does not increment the values of y and z.  can anyone please explain why?</strong></p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e-14-pre-increment-and-logical-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
