Examveda
Examveda

What will be the size of the following C structure?
#include <stdio.h>
struct temp
{
    int a[10];
    char p;
};

A. 5

B. 11

C. 41

D. 44

Answer: Option D


This Question Belongs to C Program >> Operators And Expressions

Join The Discussion

Related Questions on Operators and Expressions