Search for question
Question

Question 4 1 Point Given the struct definition for Inode shown below, and the memory containing one instance of Inode, answer the question below .Struct: struct Inode{ char *str; char first; int size; struct Inode *next; }; Memory: 0x555555756b80: 0x0000555555756ba0 0x0000000900000074 0x555555756b90: 0x0000555555756b40 0x0000000000000021 0x555555756ba0: 0x74617265706d6574 0x0000000000000065 0x555555756bb0: 0x0000000000000000 0x0000000000000021 What is the address where the variable size is stored? Give your answer either in hexadecimal or binary, accounting for all 64 bits. Blank 1 Blank 1 Add your answer

Fig: 1