Vidyalelo
C Programming · Q73

Operators and Expressions

Programming · C Programming · question 73

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
Answer

Answer: Option D

Solution

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