Question: Assuming a 64 bit architecture: If I have a struct named foo and the size of foo is 32bytes And I have struct that contains

Assuming a 64 bit architecture: If I have a struct named foo and the size of foo is 32bytes And I have struct that contains the following: 1 foo object 1 foo* 2 integers 3 shorts char* name char[35] address What is the smallest this struct could be? Assuming a 64 bit architecture: If I have a struct named foo and the size of foo is 32bytes And I have struct that contains the following: 1 foo object 1 foo* 2 integers 3 shorts char* name char[35] address What is the smallest this struct could be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
