Question: 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

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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
