With every use of memory allocation function should be used to release allocated memory which is no longer needed ?

A) dropmem()
b) dealloc()
c) release()
d) free()
This question is related to BirlaSoft Interview

Showing Answers 1 - 37 of 37 Answers

sampathgoud

  • Mar 18th, 2005
 

dealloc() will be used for every allocation of memory

  Was this answer useful?  Yes

yogesh

  • Apr 27th, 2006
 

d

  Was this answer useful?  Yes

Shaikh wasim

  • Jun 15th, 2006
 

ans is (D) free function can release the unused memory from heap.

pankaj tiwari

  • Nov 28th, 2006
 

free function is used to deallocate the allocated memory.

  Was this answer useful?  Yes

Amareswar

  • Dec 1st, 2006
 

d

  Was this answer useful?  Yes

Saumya Aggarwal

  • Mar 11th, 2007
 

The answer is (d) because in C we use free() function while in C++ delete is used.

Md. Asaduzzaman(IDB IT Shcholar R-14 C#)

  • Sep 25th, 2012
 

d) free()

  Was this answer useful?  Yes

gaurav

  • Jun 6th, 2013
 

User manual of software can be found on menu option.

  Was this answer useful?  Yes

om

  • Dec 24th, 2013
 

c

  Was this answer useful?  Yes

sathya

  • Dec 8th, 2014
 

release

  Was this answer useful?  Yes

indrapriya

  • Dec 27th, 2014
 

d). free()

  Was this answer useful?  Yes

usha

  • Jul 2nd, 2015
 

d). free()

  Was this answer useful?  Yes

v

  • Oct 18th, 2016
 

free()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions