Question: If we have following declarations. Write C statement to find out the memory assigned to each variable. Write down memory size of each variable. struct
If we have following declarations. Write C statement to find out the memory assigned to each variable. Write down memory size of each variable. struct { int a; char ch[20]; }x; int marks[20]; double d;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
