Question: 2. The table below represents a portion of a computers main memory containing a linked list. Each entry consists of two cells, the first being
2. The table below represents a portion of a computers main memory containing a linked list. Each entry consists of two cells, the first being data, the second being a pointer to the next entry. If the nil pointer is represented by 00 and the lists head pointer contains 52, modify the memory cells so the data at address 50 is inserted as the second entry in the list.
Address Contents
50 AA
51 00
52 BB
53 58
54 CC
55 00
56 DD
57 00
58 EE
59 54
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
