Q73
What will be the size of the following C structure? #include struct temp int a[10]; char p; ;
A.
5
B.
11
C.
41
D.
44
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board