adplus-dvertising
frame-decoration

Question

What will be the size of the following structure?
struct demo{
  int a;
  char b;
  float c;
}

a.

12

b.

8

c.

10

d.

9

Answer: (a).12

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the size of the following structure?