What will be the output of the following C code? (Assuming size of int be 4) #include <stdio.h> struct temp {
Posted: Wed Jul 13, 2022 7:54 pm
a) 4
b) 12
c) 16
d) Can’t be estimated due to ambiguous initialization of array
b) 12
c) 16
d) Can’t be estimated due to ambiguous initialization of array