computer programming (C & C ) - TechRepublic
Question
April 29, 2015 at 07:46 PM
andrewniven92

computer programming (C & C )

by andrewniven92 . Updated 11 years, 1 month ago

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;
};

This discussion is locked

All Comments