[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 :: Ciena

12. What is structure padding?

struct put
int a;
char b;
float c;
char d;
};

struct put
int a;
char b[2];
float c;
char d;
};

what will be the sizeof structure.

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!