IN C:
1)
What data is contained in the second and third words of each free block in an explicit list?
address of next block and address of previous block |
|
block size and payload address |
2)
When a free block is allocated, what data within the block needs to change?
the allocated bit and the block size if split |
|
only the block size if split |
3)
When an allocated block is freed, what data always changes within the block?
pointers to other blocks are added |
|
none | |
Answer 1-
The correct option is — address of next block and address of previous block.
Explanation:
Answer 2-
The correct option is — The allocated bit and the block size if split.
Explanation:
Answer 3-
The correct option is — None.
Note- Please do upvote, if any problem then comment in box sure I will help.
Get Answers For Free
Most questions answered within 1 hours.