[Solved]Consider Two Variables Following C Like C Code Assume Types Long Int Use 32 Bits Variable Q37162542
- Consider the two variables in the following C-like (not C)code. Assume that both types of long and int use 32 bits. Do thevariable a and b have equivalent type under name type equivalence?What if under structure type equivalence? 0
struct {char c1[4],c1; int i;} a; struct {char c1[2],c2[3]; longl;} b;
Expert Answer
Answer to Consider the two variables in the following C-like (not C) code. Assume that both types of long and int use 32 bits. Do… . . .
OR

