GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C++

 Print  |  
Question:  How can we define a dynamic memory allocation in UNIX operating system?



February 02, 2006 06:20:48 #1
 ranjith_14r   Member Since: February 2006    Total Comments: 1 

RE: How can we define a dynamic memory allocation in U...
 
Its just by using new and delete operators which will allocate at runtime as in C++In C,v hav to use malloc,free operators .
     

 

Back To Question