72) 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 ?
Answer is:
2000
Related Compiler Design MCQ with Answers
Answer is:
that the data segment must be defined after the code segment.
Answer is:
assembly language version of the program which is created by the code.
Answer is: