<?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: plz tell me what is the function of system(&#8220;pause&#8221;) in this program.</title>
	<atom:link href="https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/</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: Sanjeev Kumar</title>
		<link>https://www.emblogic.com/blog/02/plz-tell-me-what-is-the-function-of-systempause-in-this-program/#comment-3759</link>
		<dc:creator><![CDATA[Sanjeev Kumar]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 19:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=6156#comment-3759</guid>
		<description><![CDATA[system(“pause”); is a system call similar to
cin.get() in c++
it actully avoids the further execution of the program and waits for a keypress.]]></description>
		<content:encoded><![CDATA[<p>system(“pause”); is a system call similar to<br />
cin.get() in c++<br />
it actully avoids the further execution of the program and waits for a keypress.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
