Write short note on Dynamic memory allocation algorithm.
Answers were Sorted based on User's Feedback
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 |
If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?
some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?
Explain the difference between ntfs & fat file systems?
What is Awk and Sed?
where the system time is stored? In processor or in Seprate timer ic for that?
what is active directory
can you create con folder in windows, if not why?
If you do not have cd drive then how will you format c drive?
Write short note on Dynamic memory allocation algorithm.
Explain about busy waiting?
if you are using external package for configuring send mail what is the name of the package?
Explain the difference between fat & ntfs?