Question: 4. Given the following structure : struct { int x; float y[10]; bool z; char w; }s; and assume that the base address of
4. Given the following structure : struct { int x; float y[10]; bool z; char w; }s; and assume that the base address of s is 200, what will be the address of the field w in the structure.
Step by Step Solution
There are 3 Steps involved in it
struct txi float y 10 bool Z char s int Size of Size of float Site Size why by float y10 1... View full answer
Get step-by-step solutions from verified subject matter experts
