<?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"
	>
<channel>
	<title>Comments on: What are the differences between new and malloc?</title>
	<atom:link href="http://www.technicalinterview.info/what-are-the-differences-between-new-and-malloc-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info/what-are-the-differences-between-new-and-malloc-2/</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Thu, 04 Dec 2008 18:22:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: gopi</title>
		<link>http://www.technicalinterview.info/what-are-the-differences-between-new-and-malloc-2/#comment-7579</link>
		<dc:creator>gopi</dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.technicalinterview.info/2007/what-are-the-differences-between-new-and-malloc-2.html#comment-7579</guid>
		<description>in c language we have malloc by using pointers
in c++ we have new without using pointers
new,malloc are same using for memory allocation
by using malloc we allocate memroy to variables
by using new we allocate memory to objects
by using new the system will decide its is taken as malloc or farmalloc</description>
		<content:encoded><![CDATA[<p>in c language we have malloc by using pointers<br />
in c++ we have new without using pointers<br />
new,malloc are same using for memory allocation<br />
by using malloc we allocate memroy to variables<br />
by using new we allocate memory to objects<br />
by using new the system will decide its is taken as malloc or farmalloc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
