Consider the following type declarations: Which types are structurally equivalent? Show the step by step table
Posted: Fri Jul 08, 2022 6:38 am
Consider the following type declarations:
Which types are structurally equivalent? Show the step by steptable
TYPE T1: int T2 T3 pointer to int pointer to int T4 structure {a: int;} T5 T6 structure {b: T3; a: pointer to T6;} structure {a: T2; b: pointer to T5; } I7 : array [2] [3] of T5 T8 array [2] [3] of T6
Which types are structurally equivalent? Show the step by steptable
TYPE T1: int T2 T3 pointer to int pointer to int T4 structure {a: int;} T5 T6 structure {b: T3; a: pointer to T6;} structure {a: T2; b: pointer to T5; } I7 : array [2] [3] of T5 T8 array [2] [3] of T6