Consider the following C/C++ structure declarations
![1077_1da300c6-d29c-438a-8f1c-1021e8916eec.png](https://secure.tutorsglobe.com/CMSImages/1077_1da300c6-d29c-438a-8f1c-1021e8916eec.png)
Choose your favorite computer architecture. Show the code that would be generated for s.c[5] assuming s is statically allocated at address 1000. What code would be generated for t[3].b if t is allocated within a frame at offset 200?