<?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: Define vs declare a variable, formal vs actual arguments, getchar vs scanf, break vs continue</title>
	<atom:link href="http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html</link>
	<description>Your mantra to job success</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: reza</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27867</link>
		<dc:creator>reza</dc:creator>
		<pubDate>Sat, 21 Jan 2012 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27867</guid>
		<description>Write a
program that show the output                                   1
2 3 4 5


                                                                                                                                6
7 8 9 


                                                                                                                                11
12 13


                                                                                                                                16
17 


                                                                                                                                21



 


</description>
		<content:encoded><![CDATA[<p>Write a<br />
program that show the output                                   1<br />
2 3 4 5</p>
<p>                                                                                                                                6<br />
7 8 9 </p>
<p>                                                                                                                                11<br />
12 13</p>
<p>                                                                                                                                16<br />
17 </p>
<p>                                                                                                                                21</p>
<p> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27773</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Mon, 05 Dec 2011 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27773</guid>
		<description>what is code of following output:
x x x
x     x 
x x x</description>
		<content:encoded><![CDATA[<p>what is code of following output:<br />
x x x<br />
x     x<br />
x x x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avesh</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27760</link>
		<dc:creator>Avesh</dc:creator>
		<pubDate>Sun, 27 Nov 2011 06:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27760</guid>
		<description>very easy yar.....loop laga de teen barr.............. </description>
		<content:encoded><![CDATA[<p>very easy yar&#8230;..loop laga de teen barr&#8230;&#8230;&#8230;&#8230;.. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27705</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Fri, 04 Nov 2011 16:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27705</guid>
		<description>Excellent questions  Thank you.....</description>
		<content:encoded><![CDATA[<p>Excellent questions  Thank you&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish Prajapati</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27576</link>
		<dc:creator>Manish Prajapati</dc:creator>
		<pubDate>Mon, 10 Oct 2011 07:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27576</guid>
		<description>syntax error will be detected by compiler ?</description>
		<content:encoded><![CDATA[<p>syntax error will be detected by compiler ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girishr4u</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27538</link>
		<dc:creator>Girishr4u</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27538</guid>
		<description>#include
#include

void main()
{
 if(puts(hello))
 {
 }
}</description>
		<content:encoded><![CDATA[<p>#include<br />
#include</p>
<p>void main()<br />
{<br />
 if(puts(hello))<br />
 {<br />
 }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mallikarjun480</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27529</link>
		<dc:creator>Mallikarjun480</dc:creator>
		<pubDate>Wed, 28 Sep 2011 13:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27529</guid>
		<description>how to write this program 
6+28+726+.........................
hint(6=1+2+3)
 </description>
		<content:encoded><![CDATA[<p>how to write this program<br />
6+28+726+&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
hint(6=1+2+3)<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh kumar</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27356</link>
		<dc:creator>Dinesh kumar</dc:creator>
		<pubDate>Fri, 16 Sep 2011 11:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27356</guid>
		<description>printf this jalebi program
                                         
                           
                                                 8 9 10 11 12 13 14
                                                  1  2  3  4  5  6  7
                                                  15 16 17 18 19 20
PLZ PRINT THIS</description>
		<content:encoded><![CDATA[<p>printf this jalebi program</p>
<p>                                                 8 9 10 11 12 13 14<br />
                                                  1  2  3  4  5  6  7<br />
                                                  15 16 17 18 19 20<br />
PLZ PRINT THIS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mari</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-27026</link>
		<dc:creator>mari</dc:creator>
		<pubDate>Sat, 03 Sep 2011 17:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-27026</guid>
		<description>i want program for ....
get 3 strings and output will be like...
if i get 3 strings are mango , orange , apple
the output is ...
moaarpnapggloee....
please give me that program i want this</description>
		<content:encoded><![CDATA[<p>i want program for &#8230;.<br />
get 3 strings and output will be like&#8230;<br />
if i get 3 strings are mango , orange , apple<br />
the output is &#8230;<br />
moaarpnapggloee&#8230;.<br />
please give me that program i want this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaya</title>
		<link>http://www.interviewmantra.net/2009/04/main-getchar-scanf-break-continue.html/comment-page-1#comment-24786</link>
		<dc:creator>kaya</dc:creator>
		<pubDate>Mon, 30 May 2011 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2009/04/define-vs-declare-a-variable-formal-vs-actual-arguments-getchar-vs-scanf-break-vs-continue/#comment-24786</guid>
		<description>very good and usefull site</description>
		<content:encoded><![CDATA[<p>very good and usefull site</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.interviewmantra.net @ 2012-02-10 23:12:13 -->
