The table following shows a dynamic implementation of a list of characters. Some of the locations contain a letter, and each...

profileswich_
The table following shows a dynamic implementation of a list of characters. Some of the locations contain a letter, and each is followed by a location that holds a pointer to the next letter in the list. Notice that a pointer points to a character. For example, assume there is a pointer called list pointing to the first character in the list. Say list has the value 62, then the first character is E. 0 is used for the NULL pointer. What are the characters in the list in the correct order? Address --Contents 52 ---------------V 53 ----------------0 54 ----------------M 55 ----------------58 56 ----------------T 57 ----------------54 58 ----------------S 59 ----------------52 60 ----------------W 61 ----------------56 62 ----------------E 63 ----------------60 can anybody help me , i don't understand , the book is impossible to understand :(
    • 14 years ago
    • 5
    Answer(0)
    Bids(0)