MCQs > IT & Programming > C Programming > Output of this Program? #include struct Data{ char a; char *data; int value; }; main() { printf('%d\n',sizeof(struct Data)); }

C Programming MCQs

What will be the output of this Program? #include struct Data{ char a; char *data; int value; }; main() { printf("%d\n",sizeof(struct Data)); }

Answer

Correct Answer: It depends on the compiler and the hardware architecture.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it