In the following code, which of the variables will a compiler consider to have compatible types under

Question:

In the following code, which of the variables will a compiler consider to have compatible types under structural equivalence? Under strict name equivalence? Under loose name equivalence?

type T = array [1..10] of integer
         S = T
A : T
B : T
C : S
D : array [1..10] of integer

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: