(Solved) : 15 2 Pts Partial Question 4 Suppose Following Structure Struct Mystruct B C D S Also Suppo Q44108855 . . .

1.5/2 pts Partial Question 4 Suppose that we have the following structure: struct my_struct { a; b; c; d; } s; Also, suppose that s.a is stored at memory address 0, s.b is stored at memory address 1, s.c is stored at memory address 16, and s.d is stored at memory address 20. What could be the type of struct member a? char What could be the type of struct member b? char[12] What could be the type of struct member c? int What could be the type of struct member d? double Answer 1: char Answer 2: char[12] Answer 3: int Answer 4: double Show transcribed image text 1.5/2 pts Partial Question 4 Suppose that we have the following structure: struct my_struct { a; b; c; d; } s; Also, suppose that s.a is stored at memory address 0, s.b is stored at memory address 1, s.c is stored at memory address 16, and s.d is stored at memory address 20. What could be the type of struct member a? char What could be the type of struct member b? char[12] What could be the type of struct member c? int What could be the type of struct member d? double Answer 1: char Answer 2: char[12] Answer 3: int Answer 4: double
Expert Answer
Answer to 1.5/2 pts Partial Question 4 Suppose that we have the following structure: struct my_struct { a; b; c; d; } s; Also, sup…
OR