Theory of Computation and Compilers - Run Time Analysis

31. A variant record in Pascal is defined by
type varirec = record
number : integer
case(varl, var2)of
var 1 : (x, y : integer);
var2 : (p.q. : real);
end;
end ;
Let an array of 100 records was declared on a machine which uses 4 bytes for an integer and 8 bytes for a real. How much space would the compiler have to reserve for the array?

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *