Question: 7. (12 points) Here are some type and variable declarations in Pascal syntax. type range = -5..5; table1 = array (range) of char; table2 =

7. (12 points) Here are some type and variable declarations in Pascal syntax. type range = -5..5; table1 = array (range) of char; table2 = table1; var x, y: array (-5..5] of char; z: table1; W: table2; i: range; j: -5..5; State which variables are type equivalent under (a) structural equivalence, (b) name equiva- lence, and (c) declaration equivalence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
