<?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>Interview Questions &#187; C</title>
	<atom:link href="http://www.phpinterviewquestion.com/category/c/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestion.com</link>
	<description>Interview Questions</description>
	<lastBuildDate>Sun, 27 Nov 2011 16:32:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What is the difference between calloc() and malloc() ?</title>
		<link>http://www.phpinterviewquestion.com/c/what-is-the-difference-between-calloc-and-malloc</link>
		<comments>http://www.phpinterviewquestion.com/c/what-is-the-difference-between-calloc-and-malloc#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:59:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1090</guid>
		<description><![CDATA[1. calloc(&#8230;) allocates a block of memory for an array of elements of a certain size. By default the block is initialized to 0. The total number of memory allocated will be (number_of_elements * size). malloc(&#8230;) takes in only a single argument which is the memory required in bytes. malloc(&#8230;) allocated bytes of memory and [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/c/what-is-the-difference-between-calloc-and-malloc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Preprocessor ?</title>
		<link>http://www.phpinterviewquestion.com/c/what-is-preprocessor</link>
		<comments>http://www.phpinterviewquestion.com/c/what-is-preprocessor#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:57:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=1088</guid>
		<description><![CDATA[The preprocessor is used to modify your program according to the preprocessor directives in your source code. Preprocessor directives (such as #define) give the preprocessor specific instructions on how to modify your source code. The preprocessor reads in all of your include files and the source code you are compiling and creates a preprocessed version [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/c/what-is-preprocessor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is C language?</title>
		<link>http://www.phpinterviewquestion.com/c/what-is-c-language</link>
		<comments>http://www.phpinterviewquestion.com/c/what-is-c-language#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:50:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/c/what-is-c-language</guid>
		<description><![CDATA[The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating systems, and is one of the most widely used programming languages. C is prized for its efficiency, and is the [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/c/what-is-c-language/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is hashing in c?</title>
		<link>http://www.phpinterviewquestion.com/c/what-is-hashing-in-c</link>
		<comments>http://www.phpinterviewquestion.com/c/what-is-hashing-in-c#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:54:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[hashing]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=696</guid>
		<description><![CDATA[Hashing is a process for  message digest. Hash  value  is the collection of text. Producing hash values for accessing data or for security. A hash value (or simply hash), also called a message digest, is a number  generated from a string of text. The hash is substantially smaller than the text itself, and is generated [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/c/what-is-hashing-in-c/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is  static variable ?</title>
		<link>http://www.phpinterviewquestion.com/c/what-is-static-variable</link>
		<comments>http://www.phpinterviewquestion.com/c/what-is-static-variable#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:18:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[What is  static variable]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestion.com/?p=692</guid>
		<description><![CDATA[Basically it has three core feature. 1. It retains the value between function calls. 2.By default function is extern..so it will be visible from other files if the function declaration is as static..it is invisible for the outer files 3. By default we can use the global variables from outside files If it is static [...]]]></description>
		<wfw:commentRss>http://www.phpinterviewquestion.com/c/what-is-static-variable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.phpinterviewquestion.com @ 2012-02-06 06:10:17 -->
