題組內容

2.[15] Suppose we use a singly linked list to store integers in its nodes. Assume that, initially, 100 is stored in the first node starting at address 2000, 200 is stored in the second node starting at address 500, 300 is stored in the third node starting at address 1000, and 400 is stored in the fourth node starting at address 100. Let the starting address of the first node of the list is stored in the variable named head. Let an integer take 4 bytes and a pointer (or address) take 8 bytes. Please answer the following questions:

2.1 [3] What is the size, in the number of bytes, of each node of the list?