[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: Cisco

14. What is the size of the below structure

struct funky {
double f;
int i;
char c[3];
void * p;
int x[0];
};

Why is it that size?
Is the size of this dependent on what machine I run on?
What does 'int x[0]' mean and what could that possibly be used for?

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!