Write short note on Dynamic memory allocation algorithm.

Answers were Sorted based on User's Feedback



Write short note on Dynamic memory allocation algorithm...

Answer / an

dynamic memory allocation is the allocation of memory
storage for use in a computer program during the runtime of
that program. It can be seen also as a way of distributing
ownership of limited memory resources among many pieces of
data and code.

Dynamically allocated memory exists until it is released
either explicitly by the programmer or by the garbage
collector. This is in contrast to automatic and static
memory allocation, which have a fixed duration. It is said
that an object so allocated has a dynamic lifetime.

Is This Answer Correct ?    26 Yes 5 No

Write short note on Dynamic memory allocation algorithm...

Answer / daljinder

dynamic memory is a very fuddu memory

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More SDK Interview Questions

Explain the reasons for implementing process migration? How is the process address space handled during process migration?

0 Answers  


how make a bootable dick

0 Answers   Accenture, HCL, Wipro,


Can you tell which dlls are used for SDK?

0 Answers   C DAC, CDAC,


If system does not boot What are the files missing ? And how to troubleshoot the problem without reinstalling OS ?

5 Answers  


what has triggered the need for multitasking in PCs?

1 Answers   TCS,


what is a property sheet?

0 Answers  


what is active directory

6 Answers   Sysnet, TCS,


Explain the difference between fat & ntfs?

0 Answers  


directories can be implemented either special files that can only be accused in limited ways or can be implemented as ordinary data files. what are advantages and disadvantages of this approach?

0 Answers   NIBS,


Explain the difference among deadlock avoidance, detection and prevention?

0 Answers  


Explain about busy waiting?

0 Answers  


what is the operating system of mac?

3 Answers  


Categories