i need help with this question as i have an exam on this in the morning. what is the answer to this question and what is the process needed to get the answer.
How many bytes does the following data type take up in a standard 64-bit compiler
struct my_data
{
double vals[100];
char *name;
};