Question: uppose that we have the following structure: struct my _ struct { _ _ _ a; _ _ _ b; _ _ _ c; _

uppose 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?
[ Select ]
What could be the type of struct member b?
[ Select ]
What could be the type of struct member c?
[ Select ]
What could be the type of struct member d?
[ Select ]

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 Programming Questions!