<?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: List of all C interview questions in this blog</title>
	<atom:link href="http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.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: Jdfh</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-27638</link>
		<dc:creator>Jdfh</dc:creator>
		<pubDate>Tue, 18 Oct 2011 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-27638</guid>
		<description>not that much collection of good codes and problems .</description>
		<content:encoded><![CDATA[<p>not that much collection of good codes and problems .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vvvraman88</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-27566</link>
		<dc:creator>Vvvraman88</dc:creator>
		<pubDate>Fri, 07 Oct 2011 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-27566</guid>
		<description>i want code for the following 
*****
  ****
    ***
       **
         *
please mail me the code 
my id is : vvvraman88@gmail.com</description>
		<content:encoded><![CDATA[<p>i want code for the following <br />
*****<br />
  ****<br />
    ***<br />
       **<br />
         *<br />
please mail me the code <br />
my id is : <a href="mailto:vvvraman88@gmail.com">vvvraman88@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maya</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-3466</link>
		<dc:creator>Maya</dc:creator>
		<pubDate>Fri, 21 May 2010 01:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-3466</guid>
		<description>Loved your questions ! thanks for putting them together.</description>
		<content:encoded><![CDATA[<p>Loved your questions ! thanks for putting them together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-992</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 17:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-992</guid>
		<description>@Ashok, 
The value returned from the main() is sent to the host environment or the parent process that calls your program. The parent might need to follow different paths depending on the success or failure of your program. Hence, one must always return a value from the program that returns its status back to the callee.

return 0 means that the program was executed successfully, return 1 means that the program was terminated abruptly. 1 is returned when something goes wrong in the program execution. 

return 2 is same as return 1. For that matter, any non-zero value. 

Does this answer your question? Feel free to ask.</description>
		<content:encoded><![CDATA[<p>@Ashok,<br />
The value returned from the main() is sent to the host environment or the parent process that calls your program. The parent might need to follow different paths depending on the success or failure of your program. Hence, one must always return a value from the program that returns its status back to the callee.</p>
<p>return 0 means that the program was executed successfully, return 1 means that the program was terminated abruptly. 1 is returned when something goes wrong in the program execution. </p>
<p>return 2 is same as return 1. For that matter, any non-zero value. </p>
<p>Does this answer your question? Feel free to ask.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-748</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-748</guid>
		<description>there are 2 cases :    1. return 0; &amp; return 1; at a time OR
                               2.return 1,0; 
these are valid !   then please give me difference between both and when are they used?</description>
		<content:encoded><![CDATA[<p>there are 2 cases :    1. return 0; &amp; return 1; at a time OR<br />
                               2.return 1,0;<br />
these are valid !   then please give me difference between both and when are they used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shraddha</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-240</link>
		<dc:creator>Shraddha</dc:creator>
		<pubDate>Thu, 24 Dec 2009 06:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-240</guid>
		<description>I was asked at the TCS interview:
How will you write a macro for declaring a 4byte number while using an 8bit processor?
I do know there&#039;s typecasting involved but I stumbled while writing the syntax.
Please ans this if u know Sridhar.

Regards,
Shraddha</description>
		<content:encoded><![CDATA[<p>I was asked at the TCS interview:<br />
How will you write a macro for declaring a 4byte number while using an 8bit processor?<br />
I do know there&#8217;s typecasting involved but I stumbled while writing the syntax.<br />
Please ans this if u know Sridhar.</p>
<p>Regards,<br />
Shraddha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Complete Guide to crack a Software Job Interview &#124; Interview Mantra - India</title>
		<link>http://www.interviewmantra.net/2008/11/list-of-all-c-interview-questions-in.html/comment-page-1#comment-234</link>
		<dc:creator>Complete Guide to crack a Software Job Interview &#124; Interview Mantra - India</dc:creator>
		<pubDate>Wed, 23 Dec 2009 19:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/2008/12/list-of-all-c-interview-questions-in-this-blog/#comment-234</guid>
		<description>[...] Expect a lot of C language questions if you are attending your first IT interview. See the posts on C interview questions with solutions in this blog. If you are migrating from another industry to IT, this is the language that you [...]</description>
		<content:encoded><![CDATA[<p>[...] Expect a lot of C language questions if you are attending your first IT interview. See the posts on C interview questions with solutions in this blog. If you are migrating from another industry to IT, this is the language that you [...]</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:33:44 -->
