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

what is the operating system of mac?

3 Answers  


Can you tell which dlls are used for SDK?

1 Answers   C DAC, CDAC,


Tell me what are the hardware problem you face regularly in your organization?

1 Answers  


What is the difference between NTFS & FAT File systems

6 Answers   CA,


If you do not have cd drive then how will you format c drive?

1 Answers  


what are the stands for OAB(offline address book) in exchange server?

1 Answers   DELL, Microsoft,


API used to hide window

2 Answers   Microsoft, TCS, Wipro,


Explain the difference between ntfs & fat file systems?

1 Answers  


absolute path gives the location a file or directory in reference to a rile directory while relative path is a path given file starting from another file. explain?

1 Answers   NIBS,


What items of information about a task might be useful in real time scheduling?

0 Answers  


can you create con folder in windows, if not why?

3 Answers  


Explain about operating system of mac?

1 Answers  


Categories