Vidyalelo
C Programming · Q51

C Preprocessor

Programming · C Programming · question 51

Q51

What will be the output of the following C code, if it is run on a 32 bit platform? #include #pragma(1) struct test int i; char j; ; main() printf("%d",sizeof(struct test));

A.
Error
B.
1
C.
4
D.
8
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board