Page 1 of 1

What will be the size of the following C structure?

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
#include <stdio.h> struct temp { int a[10]; char p; };
a) 5
b) 11
c) 41
d) 44