<?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; harpreet singh</title>
	<atom:link href="https://www.emblogic.com/blog/tag/harpreet-singh/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>plz tell me what is the function of system(&#8220;pause&#8221;) in this program.</title>
		<link>https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/</link>
		<comments>https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 06:45:09 +0000</pubDate>
		<dc:creator><![CDATA[jatinder.singh]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[harpreet singh]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=6156</guid>
		<description><![CDATA[#include int main() { int value = 77,num =99; int *pv=&#38;value,*pn = &#38;num; int **ppi; ppi = &#38;pv; printf(&#8220;**ppi=%d \n &#8220;,**ppi); ppi = &#38;pn; printf(&#8220;**ppi= %d \n&#8221;,**ppi); system(&#8220;pause&#8221;); }]]></description>
				<content:encoded><![CDATA[<p>#include<br />
int main()<br />
{<br />
int value = 77,num =99;<br />
int *pv=&amp;value,*pn = &amp;num;<br />
int **ppi;<br />
ppi = &amp;pv;<br />
printf(&#8220;**ppi=%d \n &#8220;,**ppi);<br />
ppi = &amp;pn;<br />
printf(&#8220;**ppi= %d \n&#8221;,**ppi);<br />
system(&#8220;pause&#8221;);<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
