A variant record in pascal is defined by type varirec = record number : integer; case (var1,var2) of var1: (x,y : integer); var2: (p.Q.: real) end end suppose 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?
Answers
Answered by
0
heya mate
_____________________
the compiler space would be triple a times of original,, and is of important values..
hope it helps u
Similar questions