Determine which types are structurally equivalentplease


Consider the following declarations

TYPE DECLARATIONS

T1 = int;

T2 = pointer to T1;

T3 = pointer to int;

T4 = pointer to string;

T5 = struct {

     a : int;

     b : array of T6;

}

T6 = struct {

     a : T1;

     b : array of T5;

}

T7 = struct {

     a: T5;

     b: array of T6;

}

Determine which types are structurally equivalent.

Please show work and explain your answers. 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Determine which types are structurally equivalentplease
Reference No:- TGS01155649

Expected delivery within 24 Hours