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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!