Question: Consider the following structure declarations struct stl short a[7]; char c[7]; H: struct st2 t int i[2]; short a[5] char c[2]; H: struct st3 short
![Consider the following structure declarations struct stl short a[7]; char c[7];](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f53b27d8e10_49566f53b27779bb.jpg)
Consider the following structure declarations struct stl short a[7]; char c[7]; H: struct st2 t int i[2]; short a[5] char c[2]; H: struct st3 short a[5]; int i[2] char c[2]; 3 What is the total size of the structures st1, st2 and st3? 24, 20 and 24 21, 20 and 20 24, 20 and 20 22,24 and 24 22, 20 and 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
