Page 1 of 1

Consider the following type declarations: Which types are structurally equivalent? Show the step by step table

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
Consider the following type declarations:
Consider The Following Type Declarations Which Types Are Structurally Equivalent Show The Step By Step Table 1
Consider The Following Type Declarations Which Types Are Structurally Equivalent Show The Step By Step Table 1 (8.1 KiB) Viewed 78 times
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