<?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/10/pointers-5/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/10/pointers-5/</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: jasmeen</title>
		<link>https://www.emblogic.com/blog/10/pointers-5/#comment-4042</link>
		<dc:creator><![CDATA[jasmeen]]></dc:creator>
		<pubDate>Thu, 03 Oct 2013 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=7242#comment-4042</guid>
		<description><![CDATA[you can use instead of getting the input from stdin(scanf)]]></description>
		<content:encoded><![CDATA[<p>you can use instead of getting the input from stdin(scanf)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek.jain</title>
		<link>https://www.emblogic.com/blog/10/pointers-5/#comment-4041</link>
		<dc:creator><![CDATA[abhishek.jain]]></dc:creator>
		<pubDate>Thu, 03 Oct 2013 11:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=7242#comment-4041</guid>
		<description><![CDATA[thnks mam ,
 what is use of commamnd line arguments ?]]></description>
		<content:encoded><![CDATA[<p>thnks mam ,<br />
 what is use of commamnd line arguments ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasmeen</title>
		<link>https://www.emblogic.com/blog/10/pointers-5/#comment-4039</link>
		<dc:creator><![CDATA[jasmeen]]></dc:creator>
		<pubDate>Thu, 03 Oct 2013 09:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=7242#comment-4039</guid>
		<description><![CDATA[argc is number of command line arguments
and argv[0] points to name of file , argv[1] points to first command line argument and vice versa
for eg 
u execute
./a.out 1 2 3 4
argc=4 
argv[0]= ./a.out
argv[1]=1
argv[2]=2
argv[3]=3
argv[4]=4]]></description>
		<content:encoded><![CDATA[<p>argc is number of command line arguments<br />
and argv[0] points to name of file , argv[1] points to first command line argument and vice versa<br />
for eg<br />
u execute<br />
./a.out 1 2 3 4<br />
argc=4<br />
argv[0]= ./a.out<br />
argv[1]=1<br />
argv[2]=2<br />
argv[3]=3<br />
argv[4]=4</p>
]]></content:encoded>
	</item>
</channel>
</rss>
