Chapter 8: Problem 9
The table below represents a linked list using the same format as in the preceding problems. If the head pointer contains the value \(0 \times 44\), what name is represented by the list? Change the pointers so that the list contains the name Jean. $$ \begin{array}{cc} \text { Address } & \text { Contents } \\ 0 \mathrm{x} 40 & ' \mathrm{~N} \text { ' } \\ 0 \mathrm{x} 41 & 0 \mathrm{x} 46 \\ 0 \mathrm{x} 42 & ' \mathrm{I} \text { ' } \\ 0 \mathrm{x} 43 & 0 \mathrm{x} 40 \\ 0 \mathrm{x} 44 & ' \mathrm{~J} \text { ' } \\ \text { 0x45 } & 0 \mathrm{0x} 4 \mathrm{~A} \\ 0 \mathrm{x} 46 & ' \mathrm{E} \text { ' } \\ \text { 0x47 } & 0 \mathrm{x} 00 \\ 0 \mathrm{x} 48 & ' \mathrm{M} \text { ' } \\ \text { 0x49 } & 0 \mathrm{0x} 42 \\ \text { 0x4A } & ' \mathrm{~A} \text { ' } \\ \text { 0x4B } & 0 \mathrm{x} 40 \end{array} $$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.