Question: Question 5 1 pts Consider the following C code fragment: typedef union { char c; int i; double d; } my_union; my_union arr[2]; Suppose that

Question 5 1 pts Consider the following C code fragment: typedef union { char c; int i; double d; } my_union; my_union arr[2]; Suppose that arr[0] is stored at memory address 0. At what address is arr[1]? (Give your answer in decimal.)
Step by Step Solution
There are 3 Steps involved in it
Problem Understanding You are given a union in C and asked to calculate the address of the second el... View full answer
Get step-by-step solutions from verified subject matter experts
