GeeksforGeeks » Interview Questions
VeriFone Interview Question (Fresher) about CPuzzles
(3 posts)-
struct { char a[3]; int b; }x;What is sizeof(x)?
-
5
-
No. It depends on architecture. On 32 architecture with strict alignment restrictions the size will be 8 bytes.
Reply
You must log in to post.